UNPKG

@xct007/frieren-scraper

Version:
8 lines (7 loc) 211 B
import { errorHandling } from "../Interface"; type ResponseResult = { image: string; images: string[]; }; export declare function h5tuqq(url: string): Promise<ResponseResult | errorHandling>; export {};