4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
import type { NLocale } from './enUS';
|
|
declare const eo: NLocale;
|
|
export default eo;
|