All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
11 lines
268 B
JavaScript
11 lines
268 B
JavaScript
/**
|
|
* @module ol/pixel
|
|
*/
|
|
/**
|
|
* 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 var nothing;
|
|
//# sourceMappingURL=pixel.js.map
|