Installation
npm install --save @types/robust-point-in-polygon
Summary
This package contains type definitions for robust-point-in-polygon (https://github.com/mikolalysenko/robust-point-in-polygon).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/robust-point-in-polygon.
index.d.ts
type Point = [number, number];
declare function robustPointInPolygon(vs: Point[], point: Point): -1 | 0 | 1;
export = robustPointInPolygon;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: none
Credits
These definitions were written by .