UNPKG

@makepad/school-names-turkey

Version:

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

4 lines (3 loc) 197 B
import SchoolInformation from './structs/school-information'; export default function (headless?: boolean, browserArguments?: string[]): Promise<SchoolInformation[]>; export { SchoolInformation };