@turf/convex
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -1,2 +0,2 @@ | ||
var concaveman = require('concaveman'); | ||
import concaveman from 'concaveman'; | ||
import { coordEach } from '@turf/meta'; | ||
@@ -3,0 +3,0 @@ import { polygon, isObject } from '@turf/helpers'; |
'use strict'; | ||
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var concaveman = _interopDefault(require('concaveman')); | ||
var meta = require('@turf/meta'); | ||
var helpers = require('@turf/helpers'); | ||
var concaveman = require('concaveman'); | ||
/** | ||
@@ -8,0 +10,0 @@ * Takes a {@link Feature} or a {@link FeatureCollection} and returns a convex hull {@link Polygon}. |
{ | ||
"name": "@turf/convex", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "turf convex module", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
Sorry, the diff of this file is not supported yet
10312
160