Skip to content

Commit

Permalink
fix: add missing wktToPolygon export to UMD build. fixes #221
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbieh committed May 24, 2020
1 parent 17c821f commit e76848b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ export { default as sexagesimalToDecimal } from './sexagesimalToDecimal';
export { default as toDecimal } from './toDecimal';
export { default as toRad } from './toRad';
export { default as toDeg } from './toDeg';
export { default as wktToPolygon } from './wktToPolygon';
export * from './constants';

0 comments on commit e76848b

Please sign in to comment.