UNPKG

@nodecg/json-schema-lib

Version:

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

13 lines (10 loc) 265 B
'use strict'; var ono = require('ono'); if (typeof Promise === 'function') { module.exports = Promise; } else { module.exports = function PromiseNotSupported () { throw ono('This browser does not support Promises. Please use a callback instead.'); }; }