Const
Simplifies the creation of a promise together with a reference to the resolver and rejector.
const [ promise, resolver, rejector, id ] = createPromiseResolver(); Copy
const [ promise, resolver, rejector, id ] = createPromiseResolver();
Simplifies the creation of a promise together with a reference to the resolver and rejector.