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

1.1.5 • Public • Published

Installation

npm install --save @types/point-in-polygon

Summary

This package contains type definitions for point-in-polygon (https://github.com/substack/point-in-polygon).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/point-in-polygon.

index.d.ts

declare function inside(
    point: readonly number[],
    polygon: ReadonlyArray<readonly number[]> | readonly number[],
    start?: number,
    end?: number,
): boolean;
export = inside;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: none

Credits

These definitions were written by dyst5422, and kogai.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/point-in-polygon

Weekly Downloads

16,534

Version

1.1.5

License

MIT

Unpacked Size

3.14 kB

Total Files

5

Last publish

Collaborators

  • types