gulp-declare
Version:
Safely declare namespaces and set their properties
1 lines • 155 B
JavaScript
this["App"] = this["App"] || {};this["App"]["Templates"] = this["App"]["Templates"] || {};this["App"]["Templates"]["Main"] = function() { return "Main"; };