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