mall-uniapp/node_modules/component-inherit
落日晚风 cff33ad7d1 清空 2023-12-13 11:25:22 +08:00
..
test 清空 2023-12-13 11:25:22 +08:00
.npmignore 清空 2023-12-13 11:25:22 +08:00
History.md 清空 2023-12-13 11:25:22 +08:00
Makefile 清空 2023-12-13 11:25:22 +08:00
Readme.md 清空 2023-12-13 11:25:22 +08:00
component.json 清空 2023-12-13 11:25:22 +08:00
index.js 清空 2023-12-13 11:25:22 +08:00
package.json 清空 2023-12-13 11:25:22 +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