UNPKG

96 BTypeScriptView Raw
1export default function useThenable<T>(create: () => PromiseLike<T>): [boolean, T | undefined];