summaryrefslogtreecommitdiff
path: root/lib/epub.js/types/utils/request.d.ts
blob: e6c965386107cd09017a109f32848346088a2556 (plain)
1
export default function request(url: string, type?: string, withCredentials?: boolean, headers?: object): Promise<Blob | string | JSON | Document | XMLDocument>;