Hebrides:可插拔模块 API

时间:2021-06-09 11:06:09
【文件属性】:
文件名称:Hebrides:可插拔模块 API
文件大小:2KB
文件格式:ZIP
更新时间:2021-06-09 11:06:09
JavaScript 赫布里底群岛 用于创建可插拔模块 API 的助手 var use = require ( 'hebrides' ) ; var api = { foo ( ) { return 'hello' ; } , use } ; var api2 = api . use ( { bar ( obj , a ) { return obj . foo ( ) + ' world' + a ; } } ) ; typeof api . bar //⇒ "undefined" api2 . bar ( '!' ) //⇒ "hello world!" 执照 麻省理工学院
【文件预览】:
Hebrides-master
----.gitignore(13B)
----package.json(769B)
----.travis.yml(60B)
----index.js(383B)
----test.js(761B)
----readme.md(622B)

网友评论