MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / promise

Method promise

packages/utils/src/create-defer.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2 resolve(value?: T | PromiseLike<T>): void;
3 reject(reason?: any): void;
4 promise(): Promise<T>;
5}
6
7export function createDefer<T = any>(): Defer<T> {

Callers 3

applyUrlMethod · 0.80
loadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected