addToNamespace:MeteorJS的命名空间实用程序功能

时间:2024-06-14 04:08:40
【文件属性】:

文件名称:addToNamespace:MeteorJS的命名空间实用程序功能

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-14 04:08:40

JavaScript

addToNamespace.js MeteorJS的命名空间实用程序函数。 用法: // append the properties to the 'app.config' namespace addToNamespace ( 'app.config' , { token : 'AeZ21' } ) ; // append the properties to the 'app.lib.tools' namespace addToNamespace ( 'app.lib.tools' , { sum : function ( x , y ) { return x + x ; } } ) ; // append the properties to the 'app.lib.thing' namespace addToNamespace ( 'app.lib.thi


【文件预览】:
addToNamespace-master
----addtonamespace.js(2KB)
----package.js(806B)
----addtonamespace-tests.js(2KB)
----README.md(2KB)

网友评论