Skip to content

Type alias: IContainsFn

Ƭ IContainsFn: (a: BBoxLike, b: BBoxLike) => boolean

Type declaration

▸ (a, b): boolean

Parameters
NameType
aBBoxLike
bBBoxLike
Returns

boolean

Defined in

index.ts:23

Released under the MIT License.