UNPKG

@heknon/node-webtop

Version:

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

3 lines (2 loc) 103 B
import { Inbox } from './DataObjects'; export declare const constructInbox: (html: string) => Inbox;