UNPKG
hk-mtr-util
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A simple TypeScript Library contains information about HK MTR.
hk-mtr-util
/
dist
/
translate.d.ts
3 lines
•
158 B
TypeScript
View Raw
1
2
3
import
{
District
}
from
'./type'
;
export
declare
function
translate
(
location
:
District
,
locale
:
'en'
|
'zh'
):
string
;
//# sourceMappingURL=translate.d.ts.map