Namespace: func

ndoo. func

函数存储名称空间

Example

// alias _func
var _func = ndoo.func;
_func.foo = function() {
  console.log('foo');
}