UNPKG

@ln-markets/sdk

Version:
4 lines 199 B
import type { KyInstance } from 'ky'; import type { User } from './types.js'; export declare const createGetUser: (instance: KyInstance) => () => Promise<User>; //# sourceMappingURL=get-user.d.ts.map