UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

4 lines 171 B
export function isPromise(value) { return !!value && typeof value.subscribe !== 'function' && typeof value.then === 'function'; } //# sourceMappingURL=isPromise.js.map