UNPKG

@react-hive/honey-utils

Version:

A lightweight TypeScript utility library providing a collection of helper functions for common programming tasks

3 lines (2 loc) 91 B
export type Nullable<T> = T | null; export type TimeoutId = ReturnType<typeof setTimeout>;