Files
memecoin-botV2/.pnpm-store/v10/files/73/3d56037bb36c99702a22b86961983900bdcbf58d94c8d4420ba6e4c13edbf15a8f0a84f13197c6d6456d350fd62a59449a84fc8dd9d0ec6e6262a9cec21d79

17 lines
707 B
Plaintext

/**
* Internal assertion helpers.
* @module
* @deprecated
*/
import { abytes as ab, aexists as ae, anumber as an, aoutput as ao, type IHash as H } from './utils.ts';
/** @deprecated Use import from `noble/hashes/utils` module */
export declare const abytes: typeof ab;
/** @deprecated Use import from `noble/hashes/utils` module */
export declare const aexists: typeof ae;
/** @deprecated Use import from `noble/hashes/utils` module */
export declare const anumber: typeof an;
/** @deprecated Use import from `noble/hashes/utils` module */
export declare const aoutput: typeof ao;
/** @deprecated Use import from `noble/hashes/utils` module */
export type Hash = H;
//# sourceMappingURL=_assert.d.ts.map