Files
Fluxup_PAP/node_modules/expo-router/build/fork/useThenable.d.ts
2026-03-10 16:18:05 +00:00

2 lines
137 B
TypeScript

export declare function useThenable<T>(create: () => PromiseLike<T>): [boolean, T | undefined];
//# sourceMappingURL=useThenable.d.ts.map