UNPKG

@ledgerhq/live-common

Version:
7 lines 261 B
export declare const isNoErrorReturnCode: (code: number) => boolean; export declare const getPath: (path: string) => string; export declare const isError: (r: { return_code: number; error_message: string; }) => void; //# sourceMappingURL=common.d.ts.map