UNPKG

@congminh1254/shopee-sdk

Version:
7 lines (6 loc) 191 B
import { ShopeeSDK } from "../../sdk.js"; export declare function setupIntegrationTest(): { runTests: boolean; initSdk: () => Promise<ShopeeSDK>; hasValidToken: () => boolean; };