UNPKG

@types/mithril

Version:
12 lines (9 loc) 244 B
import { request, jsonp } from '.'; declare namespace RequestService { interface Static { request: typeof request; jsonp: typeof jsonp; } } declare const RequestService: RequestService.Static; export = RequestService;