Changed declare namespace turf to declare module turf

This commit is contained in:
gcroteau
2016-04-20 16:11:22 -04:00
parent 544a35a108
commit 2fa4349bcc

2
turf/turf.d.ts vendored
View File

@@ -5,7 +5,7 @@
/// <reference path="../geojson/geojson.d.ts" />
declare namespace turf {
declare module turf {
//////////////////////////////////////////////////////
// Aggregation
//////////////////////////////////////////////////////