UNPKG

@ln-markets/sdk

Version:
6 lines 274 B
import type { KyInstance } from 'ky'; import type { OptionsInstrument } from './types.js'; export declare const createGetInstrument: (instance: KyInstance) => (body: { instrumentName: string; }) => Promise<OptionsInstrument>; //# sourceMappingURL=get-instrument.d.ts.map