UNPKG

141 BTypeScriptView Raw
1import { Http as coreHttp } from '@akala/core';
2export interface Http extends coreHttp {
3 getXML<T = any>(url: string): PromiseLike<T>;
4}