UNPKG

rambdax

Version:

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

10 lines (9 loc) 124 B
/** An [[Object]] @example ```ts type object0 = {a: "hello"} type string1 = {b: "world"} ``` */ export type Object = object