Skip to content

Commit

Permalink
Expose edit-modes utils (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carter Wooten committed Aug 10, 2020
1 parent 18df0f3 commit 45e77c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/edit-modes/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ export type {
FeatureCollection,
AnyGeoJson,
} from './geojson-types';

// Utils
import * as utils from './utils';
export { utils };

0 comments on commit 45e77c6

Please sign in to comment.