UNPKG

pipio

Version:

Chain functions together and handle a complex workflow

9 lines 207 B
/** * Determine whether the given `promise` is a Promise. * * @param {*} promise * * @returns {Boolean} */ export declare const isPromise: (promise: any) => boolean; //# sourceMappingURL=utils.d.ts.map