UNPKG

@heknon/node-webtop

Version:

A Backend for an unofficial WebTop (SmartSchool - Israel) API.

3 lines (2 loc) 136 B
import { TimeTableChange } from './DataObjects'; export declare const constructTimeTableChanges: (html: string) => TimeTableChange[];