UNPKG

rambdax

Version:

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

15 lines (12 loc) 120 B
/** A [[Boolean]] */ export type Boolean = True | False /** 1 */ export type True = 1 /** 0 */ export type False = 0