UNPKG

@tobq/loadable

Version:

A library for simplifying asynchronous operations in React

4 lines (3 loc) 142 B
export type TimeStamp = number; export declare function currentTimestamp(): TimeStamp; export declare function useAbort(): () => AbortSignal;