sam522's picture
node
d4b85c0
raw
history blame contribute delete
56 Bytes
export declare type PromiseOrValue<T> = Promise<T> | T;