image-js
Version:
Image processing and manipulation in JavaScript
8 lines • 356 B
TypeScript
import type { Point } from '../../geometry/index.js';
/**
* Check that the coordinates of a point are integers.
* @param point - Point to check.
* @param name - Specify name of the point to include in the error message.
*/
export declare function checkPointIsInteger(point: Point, name?: string): void;
//# sourceMappingURL=checkPointIsInteger.d.ts.map