UNPKG

rambdax

Version:

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

10 lines (9 loc) 113 B
/** A [[String]] @example ```ts type string0 = "hello" type string1 = "world" ``` */ export type String = string