UNPKG
@spatial/unkink-polygon
Version:
latest (2.0.0)
2.0.0
1.0.5
1.0.4
1.0.3
turf unkink-polygon module
github.com/Turfjs/turf
Turfjs/turf
@spatial/unkink-polygon
/
index.d.ts
9 lines
(7 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Polygon
,
MultiPolygon
,
Feature
,
FeatureCollection
}
from
'@spatial/helpers'
;
/** * http://turfjs.org/docs/#unkink-polygon */
export
default
function
unkinkPolygon<T
extends
Polygon
|
MultiPolygon
>(
geojson
:
Feature
<T> |
FeatureCollection
<T> | T ):
FeatureCollection
<
Polygon
>;