UNPKG

esoop

Version:

Class and Object Oriented Programming Utils Using the Standard and Native Class Support of ES6/7/8/9...

5 lines (4 loc) 144 B
const Base = require('./lib/class/base') const Events = require('./lib/class/events') module.exports.Base = Base module.exports.Events = Events