This repository has been archived on 2020-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
schemajs/schema.js

7 lines
128 B
JavaScript

var schema = require("./lib/schema.js");
Object.keys(schema).forEach(function(export)
{
exports[export] = schema[export];
});