UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

5 lines (3 loc) 167 B
export type TextNumber = string | number export type TextNumberNullable = TextNumber | null | undefined export type CollectionType = any[] | Record<PropertyKey, any>