UNPKG

geowords

Version:

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

9 lines (8 loc) 185 B
import bip39 from "./bip39.js"; import doi from "./doi.js"; export { bip39, doi }; export declare const dictionaries: { bip39: string[]; doi: string[]; }; export default bip39;