UNPKG

shurajs

Version:

A simple and extensible json schema extractor for NodeJS

12 lines (10 loc) 344 B
const getExtractorByType = require('./getExtractorByType') const extractorIdentifierKey = require('./extractorIdentifierKey') const customExtractors = require('./customExtractors') const hydrateSchema = require('./hydrateSchema') module.exports = { getExtractorByType, extractorIdentifierKey, customExtractors, hydrateSchema }