Skip to content

Commit

Permalink
feat: re-export constants so they can be used by library consumers
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbieh committed May 24, 2020
1 parent 2cf5513 commit 1a5e214
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,3 +36,4 @@ 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 * from './constants';

0 comments on commit 1a5e214

Please sign in to comment.