Test/node_modules/jotai/ts3.8/vanilla/utils/constants.d.ts
2026-04-09 22:54:00 +07:00

2 lines
No EOL
105 B
TypeScript

export declare const RESET: unique symbol;
declare type Awaited<T> = T extends Promise<infer V> ? V : T;