UNPKG

pxnpminstall

Version:

Make npm install fast and handy.

12 lines (8 loc) 153 B
'use strict'; const Nested = require('./nested'); class Context { constructor() { this.nested = new Nested([]); } } module.exports = Context;