UNPKG

rambdax

Version:

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

12 lines (11 loc) 148 B
/** * All primitive types */ export type Primitive = | boolean | string | number | bigint | symbol | undefined | null