_assert.d.ts 707 B

1234567891011121314151617
  1. /**
  2. * Internal assertion helpers.
  3. * @module
  4. * @deprecated
  5. */
  6. import { abytes as ab, aexists as ae, anumber as an, aoutput as ao, type IHash as H } from './utils.ts';
  7. /** @deprecated Use import from `noble/hashes/utils` module */
  8. export declare const abytes: typeof ab;
  9. /** @deprecated Use import from `noble/hashes/utils` module */
  10. export declare const aexists: typeof ae;
  11. /** @deprecated Use import from `noble/hashes/utils` module */
  12. export declare const anumber: typeof an;
  13. /** @deprecated Use import from `noble/hashes/utils` module */
  14. export declare const aoutput: typeof ao;
  15. /** @deprecated Use import from `noble/hashes/utils` module */
  16. export type Hash = H;
  17. //# sourceMappingURL=_assert.d.ts.map