UNPKG

pure-fun

Version:

A collection of pure functions/helpers with 0 dependencies

6 lines (5 loc) 154 B
/** * Checks if the given input is an instance of the Promise object */ declare const isPromise: (prom: any) => boolean; export default isPromise;