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
/
Basic declaration.js
3 lines
•
180 B
JavaScript
View Raw
1
2
3
this
[
"MyApp"
] =
this
[
"MyApp"
] || {};
this
[
"MyApp"
][
"Templates"
] =
this
[
"MyApp"
][
"Templates"
] || {};
this
[
"MyApp"
][
"Templates"
][
"Final"
] =
this
[
"MyApp"
][
"Templates"
][
"Final"
] || {};