Files
memecoin-botV2/.pnpm-store/v10/files/bd/08ada75537e9021670c6753da1c326d11ee10bcb981d666797f3d68d306a183c87b098e508535db8f141a5ef628c0d0b19719f4aeb5bf6a2003881179b7f89

15 lines
548 B
Plaintext

/**
* Internal assertion helpers.
* @module
* @deprecated
*/
import { abytes as ab, aexists as ae, anumber as an, aoutput as ao, } from "./utils.js";
/** @deprecated Use import from `noble/hashes/utils` module */
export const abytes = ab;
/** @deprecated Use import from `noble/hashes/utils` module */
export const aexists = ae;
/** @deprecated Use import from `noble/hashes/utils` module */
export const anumber = an;
/** @deprecated Use import from `noble/hashes/utils` module */
export const aoutput = ao;
//# sourceMappingURL=_assert.js.map