UNPKG
nsdeclare
Version:
latest (0.1.0)
0.1.0
0.0.0
Safely declare a namespace using dot notation
github.com/lazd/nsdeclare
lazd/nsdeclare
nsdeclare
/
test
/
expected
/
Custom root.js
3 lines
•
192 B
JavaScript
View Raw
1
2
3
global
[
"MyApp"
] =
global
[
"MyApp"
] || {};
global
[
"MyApp"
][
"Templates"
] =
global
[
"MyApp"
][
"Templates"
] || {};
global
[
"MyApp"
][
"Templates"
][
"Final"
] =
global
[
"MyApp"
][
"Templates"
][
"Final"
] || {};