UNPKG

rambdax

Version:

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

9 lines (7 loc) 116 B
import {Value} from './Value' /** An object of JSON [[Value]]s */ export interface Object { [k: string]: Value; }