UNPKG

@toreda/types

Version:

Common mappings, aliases, and types used in Toreda TypeScript packages.

2 lines (1 loc) 96 B
export declare type Primitive = bigint | boolean | null | number | string | symbol | undefined;