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

3 lines
No EOL
135 B
TypeScript

export * from 'jotai/vanilla/utils';
export * from 'jotai/react/utils';
declare type Awaited<T> = T extends Promise<infer V> ? V : T;