UNPKG

epubjs

Version:
2 lines (1 loc) 162 B
export default function request(url: string, type?: string, withCredentials?: boolean, headers?: object): Promise<Blob | string | JSON | Document | XMLDocument>;