UNPKG

podeng

Version:

Simple JSON value normalization to make everything gone right.

14 lines (11 loc) 288 B
'use strict'; const blueprint = require('./blueprint'); const types = require('./types'); const validator = require('./validator'); module.exports = { blueprint, types, validator, BlueprintClass: blueprint.BlueprintClass, BlueprintEmbedClass: blueprint.BlueprintEmbedClass };