@turf/random
Advanced tools
Comparing version 3.7.3 to 3.7.5
@@ -14,12 +14,10 @@ /// <reference types="geojson" /> | ||
interface RandomStatic { | ||
interface Random { | ||
/** | ||
* http://turfjs.org/docs/#random | ||
*/ | ||
(type?: 'point' | 'points' | undefined, count?: number, options?: Options): Points; | ||
(type?: 'point' | 'points', count?: number, options?: Options): Points; | ||
(type?: 'polygon' | 'polygons', count?: number, options?: Options): Polygons; | ||
(type?: string, count?: number, options?: Options): Features; | ||
} | ||
declare const random: RandomStatic; | ||
declare const random: Random; | ||
declare namespace random { } | ||
@@ -26,0 +24,0 @@ export = random; |
{ | ||
"name": "@turf/random", | ||
"version": "3.7.3", | ||
"version": "3.7.5", | ||
"description": "generate random features", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7978
121