UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

4 lines (3 loc) 184 B
import { BBox } from "../types/index.js"; /** Returns whether bounding box A overlaps with or touches bounding box B */ export declare function bboxOverlap(a: BBox, b: BBox): boolean;