UNPKG

rambdax

Version:

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

9 lines (7 loc) 173 B
import {Primitive} from './Primitive' import {List} from './Array' import {Object} from './Object' /** Any JSON data/value */ export type Value = Primitive | Object | List