UNPKG

@hazae41/glacier

Version:

Yet another React data (re)fetching library

4 lines (2 loc) 68 B
type Awaitable<T> = T | PromiseLike<T>; export type { Awaitable };