fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
10 lines (7 loc) • 363 B
TypeScript
import { aH as Dictionary } from './05b54543.js';
declare class JsonRequestError extends Error {
response: Response;
constructor(message: string, response: Response);
}
declare function requestJson<ParsedResponse>(method: string, url: string, params: Dictionary): Promise<[ParsedResponse, Response]>;
export { JsonRequestError as J, requestJson as r };