UNPKG

jsoneditor

Version:

A web-based tool to view, edit, format, and validate JSON

8 lines (7 loc) 165 B
exports.tryRequireAjv = function () { try { return require('ajv') } catch (err) { // no problem... when we need Ajv we will throw a neat exception } }