UNPKG

jschemer

Version:

A Node.js library to generate documentation for JSON Schemas

6 lines (3 loc) 166 B
// This file is here to test whether jschemer can handle a non-JSON file in the /schemas directory const schema = require(`./schema`); module.exports = { schema };