mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-24 13:39:27 +08:00
d7506e9702
Co-authored-by: Oliver King <oking3@uncc.edu>
2 lines
96 B
TypeScript
2 lines
96 B
TypeScript
export declare function isPromise<T>(maybePromise: T | Promise<T>): maybePromise is Promise<T>;
|