UNPKG

@ln-markets/sdk

Version:
5 lines 183 B
import type { KyInstance } from 'ky'; type Ping = () => Promise<string>; export declare const createPing: (instance: KyInstance) => Ping; export {}; //# sourceMappingURL=ping.d.ts.map