UNPKG

npminstall

Version:

Make npm install fast and handy.

10 lines (7 loc) 138 B
const Nested = require('./nested'); class Context { constructor() { this.nested = new Nested([]); } } module.exports = Context;