UNPKG
gulp-declare
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
0.0.1
0.0.0
Safely declare namespaces and set their properties
github.com/lazd/gulp-declare
lazd/gulp-declare
gulp-declare
/
test
/
expected
/
Custom processName with a namespace.js
2 lines
•
85 B
JavaScript
View Raw
1
2
this
[
"App"
] =
this
[
"App"
] || {};
this
[
"App"
][
"Main"
] = function() {
return
"Main"
; };