UNPKG

@cuppachino/type-space

Version:

A collection of type utilities for TypeScript.

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