Sha256: 4969fce60ccde3f0acd2b4f8f31dc674546e73fb92247717ddfb6686e3197cde
Contents?: true
Size: 214 Bytes
Versions: 51
Compression:
Stored size: 214 Bytes
Contents
/** PURE_IMPORTS_START PURE_IMPORTS_END */ export function isPromise(value) { return value && typeof value.subscribe !== 'function' && typeof value.then === 'function'; } //# sourceMappingURL=isPromise.js.map
Version data entries
51 entries across 49 versions & 4 rubygems