Files
infocom-systems-design/node_modules/jotai/ts3.8/index.d.ts
2025-10-03 22:27:28 +03:00

3 lines
123 B
TypeScript

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