UNPKG

@congminh1254/shopee-sdk

Version:
6 lines (5 loc) 222 B
import { ShopeeConfig } from "./sdk.js"; import { FetchOptions } from "./schemas/fetch.js"; export declare class ShopeeFetch { static fetch<T>(config: ShopeeConfig, path: string, options?: FetchOptions): Promise<T>; }