1.1.5 • Published 6 months ago

@types/point-in-polygon v1.1.5

Weekly downloads
4,986
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for point-in-polygon 1.1
// Project: https://github.com/substack/point-in-polygon
// Definitions by: dyst5422 <https://github.com/dyst5422>
//                 kogai <https://github.com/kogai>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

Additional Details

  • Last updated: Wed, 20 Oct 2021 17:01:28 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by dyst5422, and kogai.

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

7 months ago

1.1.2

8 months ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

7 years ago

0.0.3

7 years ago

0.0.2

8 years ago

0.0.1

8 years ago