UNPKG

rambda

Version:

Lightweight faster alternative to Ramda

5 lines (3 loc) 80 B
export type Boolean = True | False export type True = 1 export type False = 0