UNPKG

nsdeclare

Version:

Safely declare a namespace using dot notation

3 lines 172 B
this["MyApp"] = this["MyApp"] || {}; this["MyApp"]["Templates"] = this["MyApp"]["Templates"] || {}; this["MyApp"]["Templates"]["Final"] = function() { return "Template"; };