UNPKG

salve-annos

Version:

A fork with support for documentation of Salve, a Javascript library which implements a validator able to validate an XML document on the basis of a subset of RelaxNG.

13 lines (11 loc) 234 B
/** * Some common types. * * @author Louis-Dominique Dubeau * @license MPL 2.0 * @copyright Mangalam Research Center for Buddhist Languages */ export declare interface TrivialMap<T> { [key: string]: T; } // LocalWords: MPL