/** * @externs * @see http://proj4js.org/ */ /** * @param {...*} var_args * @return {undefined|Array.|Object.<{ * forward: function(Array.): Array., * inverse: function(Array.): Array.}>} */ var proj4 = function(var_args) {}; /** * @param {string} name * @param {(string|Object)=} opt_def * @return {undefined|Object.>} */ proj4.defs = function(name, opt_def) {};