communitybuilds-node
Version:
Node.js API for Genshin Impact communitiy builds spreadsheet
12 lines • 340 B
TypeScript
declare namespace myHttp {
function json<T>(hostname: string, { path, headers, }: {
path: string;
headers?: any;
}): Promise<T>;
function html(hostname: string, { path, headers, }: {
path: string;
headers?: any;
}): Promise<string>;
}
export default myHttp;
//# sourceMappingURL=http.d.ts.map