1.0.4 • Published 1 year ago
@types/robust-point-in-polygon v1.0.4
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 definitions for robust-point-in-polygon 1.0
// Project: https://github.com/mikolalysenko/robust-point-in-polygon
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
type Point = [number, number];
declare function robustPointInPolygon(vs: Point[], point: Point): -1 | 0 | 1;
export = robustPointInPolygon;
Additional Details
- Last updated: Thu, 23 Dec 2021 23:35:46 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by DefinitelyTyped.