UNPKG

@makepad/school-names-turkey

Version:

A npm module that scrapes all the school names from turkish education ministry's page

8 lines (7 loc) 172 B
export declare class City { name: string; code: number; constructor(name: string, cityCode: string); } declare const _default: City[]; export default _default;