File size: 56 Bytes
d4b85c0
1
2
export declare type PromiseOrValue<T> = Promise<T> | T;