UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

5 lines (4 loc) 82 B
/** Basic JSON Value */ export type Primitive = string | number | boolean | null;