UNPKG

@polyn/immutable

Version:

Define object schema's for validation, and construction of immutable objects

7 lines (5 loc) 163 B
const blueprint = require('@polyn/blueprint') const immutable = require('./src/immutable').factory(blueprint) module.exports = Object.freeze({ ...immutable, })