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
/
getAllLocation.d.ts
3 lines
•
133 B
TypeScript
View Raw
1
2
3
import
{
District
}
from
'./type'
;
export
declare
function
getAllLocation
(
):
District
[];
//# sourceMappingURL=getAllLocation.d.ts.map