2
0
mirror of synced 2025-02-23 11:38:42 +00:00
2019-05-14 18:48:48 -04:00

4 lines
82 B
TypeScript

import { Wordlist } from "./wordlist";
declare const en: Wordlist;
export { en };