UNPKG

jsoniq

Version:

JSONiq implementation for JavaScript

6 lines (4 loc) 114 B
import { ICollection } from "./ICollection"; export interface ICollections { [index: string]: ICollection; }