UNPKG

@nodecg/json-schema-lib

Version:

Extensible JSON Schema library with support for multi-file schemas using $ref

11 lines (8 loc) 215 B
'use strict'; var Symbol = require('./Symbol'); /** * This Symbol is used for internal state that should not be accessesed outside of this library. * * @type {Symbol} */ module.exports = Symbol('__internal');