Transformed types

Using the [ts.js codemod](https://gist.github.com/tschaub/1ea498c9d1e5268cf36d212b3949be4e):

    jscodeshift --transform ts.js src
This commit is contained in:
Tim Schaub
2018-09-05 08:05:29 -06:00
parent f2aaaa19e1
commit ccfacc5ee6
239 changed files with 3999 additions and 3999 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ import {clamp} from './math.js';
/**
* @param {Array<number>} resolutions Resolutions.
* @return {module:ol/resolutionconstraint~Type} Zoom function.
* @return {Type} Zoom function.
*/
export function createSnapToResolutions(resolutions) {
return (
@@ -45,7 +45,7 @@ export function createSnapToResolutions(resolutions) {
* @param {number} power Power.
* @param {number} maxResolution Maximum resolution.
* @param {number=} opt_maxLevel Maximum level.
* @return {module:ol/resolutionconstraint~Type} Zoom function.
* @return {Type} Zoom function.
*/
export function createSnapToPower(power, maxResolution, opt_maxLevel) {
return (