fix(core): update
This commit is contained in:
parent
3340f1a895
commit
baf956d0ed
@ -1,5 +1,5 @@
|
||||
export interface IResolve<T> {
|
||||
(value?: T | Promise<T>): void;
|
||||
(value?: T | PromiseLike<T>): void;
|
||||
}
|
||||
|
||||
export interface IReject {
|
||||
|
Loading…
x
Reference in New Issue
Block a user