3 lines
129 B
TypeScript
Executable file
3 lines
129 B
TypeScript
Executable file
import type { Translation } from '../utilities/localize.js';
|
|
declare const translation: Translation;
|
|
export default translation;
|