@types/robust-point-in-polygon
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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 .

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/robust-point-in-polygon

      Weekly Downloads

      5,508

      Version

      1.0.4

      License

      MIT

      Unpacked Size

      2.75 kB

      Total Files

      5

      Last publish

      Collaborators

      • types