component-inherit

Prototype inheritance utility

1 个版本
安装
npm install component-inherit
yarn add component-inherit
pnpm add component-inherit
bun add component-inherit
README

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

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

inherit(Woman, Human);

License

MIT

版本列表
0.0.3 2014-02-12