@xrplf/isomorphic
Version:
A collection of isomorphic and tree-shakeable crypto hashes and utils for xrpl.js
8 lines • 443 B
TypeScript
import type { BytesToHexFn, HexToBytesFn, HexToStringFn, RandomBytesFn, StringToHexFn } from './types';
export declare const bytesToHex: typeof BytesToHexFn;
export declare const hexToBytes: typeof HexToBytesFn;
export declare const hexToString: typeof HexToStringFn;
export declare const stringToHex: typeof StringToHexFn;
export declare const randomBytes: typeof RandomBytesFn;
export * from './shared';
//# sourceMappingURL=browser.d.ts.map