UNPKG

ngx-ordered-initializer

Version:

An Angular DI token that you can use to provide one or more initialization functions that will be executed in order

4 lines 122 B
export function isPromise(obj) { return !!obj && typeof obj.then === "function"; } //# sourceMappingURL=helpers.js.map