UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

3 lines (2 loc) 126 B
import { BoundingBox } from "../types"; export declare const hasOverlap: (rect1: BoundingBox, rect2: BoundingBox) => boolean;