suyiScreen/node_modules/component-inherit
lixiaobang 18ece3f395 代码提交 2023-02-06 08:46:29 +08:00
..
test 代码提交 2023-02-06 08:46:29 +08:00
.npmignore 代码提交 2023-02-06 08:46:29 +08:00
History.md 代码提交 2023-02-06 08:46:29 +08:00
Makefile 代码提交 2023-02-06 08:46:29 +08:00
Readme.md 代码提交 2023-02-06 08:46:29 +08:00
component.json 代码提交 2023-02-06 08:46:29 +08:00
index.js 代码提交 2023-02-06 08:46:29 +08:00
package.json 代码提交 2023-02-06 08:46:29 +08:00

Readme.md

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

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

inherit(Woman, Human);

License

MIT