UNPKG

json-schema-orm

Version:

Object-relational mapping from JSON Schema

22 lines (18 loc) 343 B
/* Smart Coverage Support */ var cov = module.exports = {}; cov.enabled = function() { try { return ( _$jscoverage !== undefined ) ? true : false; } catch(e) { return false; } }; /* */ cov['require'] = function(file) { try { return require('../lib-inst/' + file); } catch(e) { return require('../lib/' + file); } }; /* EOF */