Files
alfresco-ng2-components/ng2-components/ng2-alfresco-documentslist/dist/node_modules/component-inherit
Mario Romano 07807e7bc3 # add dist
2016-04-21 11:56:31 +01:00
..
2016-04-21 11:56:31 +01:00
2016-04-21 11:56:31 +01:00
2016-04-21 11:56:31 +01:00
2016-04-21 11:56:31 +01:00
2016-04-21 11:56:31 +01:00
2016-04-21 11:56:31 +01:00
2016-04-21 11:56:31 +01:00

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

function Human() {}
function Woman() {}

inherit(Woman, Human);

License

MIT