UNPKG

hk-mtr-util

Version:

A simple TypeScript Library contains information about HK MTR.

3 lines 158 B
import { District } from './type'; export declare function translate(location: District, locale: 'en' | 'zh'): string; //# sourceMappingURL=translate.d.ts.map