Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8cd2189

Browse files
authored
Merge pull request #513 from proj4js/types-namespace-fix
Fix exported types namespace
2 parents 7a1d151 + f164f94 commit 8cd2189

File tree

4 files changed

+387
-5
lines changed

4 files changed

+387
-5
lines changed

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import proj4 from "./lib/index";
2+
export = proj4;
3+
export as namespace proj4;

0 commit comments

Comments
 (0)