UNPKG

pure-parse

Version:

Strongly typed validation library that decouples type aliases from validation logic

5 lines (4 loc) 122 B
/** * A JavaScript primitive */ export type Primitive = null | undefined | boolean | number | string | bigint | symbol;