MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / reject

Method reject

packages/utils/src/create-defer.ts:3–3  ·  view source on GitHub ↗
(reason?: any)

Source from the content-addressed store, hash-verified

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

Callers 3

onloadMethod · 0.80
onloadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected