Skip to content

Commit

Permalink
Correct the Typescript defs for turf.voronoi.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevage committed Jun 24, 2018
1 parent 17002cc commit 331b3d2
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 331b3d2

Please sign in to comment.