UNPKG

inherit

Version:

Inheritance module for Node.js and browsers

8 lines (6 loc) 146 B
/*! * node-inherit * Copyright(c) 2011 Dmitry Filatov <dfilatov@yandex-team.ru> * MIT Licensed */ module.exports = require('./lib/inherit');