UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

4 lines 204 B
export type TextNumber = string | number; export type TextNumberNullable = TextNumber | null | undefined; export type CollectionType = any[] | Record<PropertyKey, any>; //# sourceMappingURL=types.d.ts.map