Skip to content

Commit ec17333

Browse files
committed
export { Geocoder, geocoder, geocoders }
Fixes #333.
1 parent 7de67e6 commit ec17333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import * as geocoders from './geocoders/index';
1212

1313
L.Util.extend(Geocoder, geocoders);
1414
export default Geocoder;
15+
export { Geocoder, geocoder, geocoders };
1516

1617
L.Util.extend(L.Control, {
1718
Geocoder: Geocoder,

0 commit comments

Comments
 (0)