UNPKG

geowords

Version:

Tool for encoding geographic coordinates as sequence of words from bip39 or other dictionary

6 lines 182 B
import bip39 from "./bip39.js"; import doi from "./doi.js"; export { bip39, doi }; export const dictionaries = { bip39, doi }; export default bip39; //# sourceMappingURL=index.js.map