Skip to content

Commit

Permalink
Add typescript definition @turf/bbox
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Nov 22, 2016
1 parent 0f2e7f3 commit 1ec968d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/turf-bbox/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/// <reference types="geojson" />

/***
* http://turfjs.org/docs/#bbox
*/
declare function bbox(geojson: GeoJSON.Feature<any> | GeoJSON.FeatureCollection<any>): Array<number>;
declare namespace bbox { }
export = bbox;

0 comments on commit 1ec968d

Please sign in to comment.