mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Update index.d.ts (#46874)
This commit is contained in:
parent
9799ac9b73
commit
791c693c98
2
types/robust-point-in-polygon/index.d.ts
vendored
2
types/robust-point-in-polygon/index.d.ts
vendored
@ -5,5 +5,5 @@
|
||||
|
||||
type Point = [number, number];
|
||||
|
||||
declare function robustPointInPolygon(vs: Point[], point: Point): number;
|
||||
declare function robustPointInPolygon(vs: Point[], point: Point): -1 | 0 | 1;
|
||||
export = robustPointInPolygon;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user