Skip to content

Commit

Permalink
Merge pull request Turfjs#1424 from Turfjs/1422-voronoi-type
Browse files Browse the repository at this point in the history
Correct the Typescript defs for turf.voronoi.
  • Loading branch information
mfedderly authored Mar 12, 2020
2 parents 572cfe1 + a64a469 commit ae0225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/turf-voronoi/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import { FeatureCollection, BBox, Point, Polygon } from '@turf/helpers';
*/
export default function voronoi(
points: FeatureCollection<Point>,
bbox: BBox
options: {bbox: BBox}
): FeatureCollection<Polygon>;

0 comments on commit ae0225f

Please sign in to comment.