UNPKG

@xrplf/isomorphic

Version:

A collection of isomorphic and tree-shakeable crypto hashes and utils for xrpl.js

9 lines 467 B
import type { BytesToHexFn, HexToBytesFn, RandomBytesFn } from './types'; import { HexToStringFn, StringToHexFn } from './types'; export declare const bytesToHex: typeof BytesToHexFn; export declare const hexToBytes: typeof HexToBytesFn; export declare const randomBytes: typeof RandomBytesFn; export declare const hexToString: typeof HexToStringFn; export declare const stringToHex: typeof StringToHexFn; export * from './shared'; //# sourceMappingURL=index.d.ts.map