UNPKG

fontoxpath

Version:

A minimalistic XPath 3.1 engine in JavaScript

16 lines (15 loc) 158 B
/** * @record */ export default class Value { constructor () { /** * @type {string} */ this.type; /** * @type {?} */ this.value; } };