UNPKG

130 BTypeScriptView Raw
1/** Returns whether the payload is a Promise */
2export declare function isPromise(payload: unknown): payload is Promise<unknown>;