mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 08:38:41 +08:00
6 lines
239 B
TypeScript
6 lines
239 B
TypeScript
declare module 'tiny-network' {
|
|
export function get(url:string, headers:any): any;
|
|
export function get(url:string): any;
|
|
export function readStream(param:any): any;
|
|
export function ensureStatusCode(code:number): any;
|
|
} |