UNPKG

rambdax

Version:

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

7 lines (5 loc) 110 B
import {Value} from './Value' /** A list of JSON [[Value]]s */ export interface List extends Array<Value> {}