Files
openlayers/src/ol/pixel.js
Tim Schaub 60e907fb48 Add a statement to trigger TypeScript checking
TypeScript is not checking JSDoc comments attached to the EOF token.
See https://github.com/Microsoft/TypeScript/issues/26905
2018-09-05 09:13:24 -06:00

9 lines
208 B
JavaScript

/**
* An array with two elements, representing a pixel. The first element is the
* x-coordinate, the second the y-coordinate of the pixel.
* @typedef {Array<number>} Pixel
* @api
*/
export let nothing;