Skip to content

Commit

Permalink
Put * back in intersect
Browse files Browse the repository at this point in the history
  • Loading branch information
PizzaBrandon committed Jun 8, 2018
1 parent c4d453b commit 84fbd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/turf-intersect/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Feature, multiPolygon, MultiPolygon, polygon, Polygon, Properties } from "@turf/helpers";
import { getGeom } from "@turf/invariant";
import martinez from "martinez-polygon-clipping";
import * as martinez from "martinez-polygon-clipping";

/**
* Takes two {@link Polygon|polygon} or {@link MultiPolygon|multi-polygon} geometries and
Expand Down

0 comments on commit 84fbd01

Please sign in to comment.