Skip to content

Variable: Promise

const Promise: PromiseConstructor = globalThis.Promise

Defined in: packages/promise/src/types/Promise.ts:6

Preserved reference to original Promise class and used it internally.

This is needed to avoid unexpected errors, in case, globalThis.Promise is replaced with PromisE.