2 lines
No EOL
105 B
TypeScript
2 lines
No EOL
105 B
TypeScript
export declare const RESET: unique symbol;
|
|
declare type Awaited<T> = T extends Promise<infer V> ? V : T; |