Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
interface
Defer<T = any> {
2
resolve(value?: T | PromiseLike<T>): void;
3
reject(reason?: any): void;
4
promise(): Promise<T>;
5
}
6
Callers
3
create-defer.test.ts
File · 0.80
onload
Method · 0.80
onload
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected