文件名称:inherit:https
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-06 19:55:15
JavaScript
继承 原型继承实用程序。 安装 $ component install component/inherit 例子 var inherit = require ( 'inherit' ) ; function Human ( ) { } function Woman ( ) { } inherit ( Woman , Human ) ; 执照 麻省理工学院
【文件预览】:
inherit-master
----index.js(146B)
----package.json(376B)
----test()
--------inherit.js(385B)
----component.json(191B)
----Readme.md(249B)
----LICENSE(1KB)
----.gitignore(30B)
----History.md(70B)
----Makefile(218B)