forked from olcxjas-softworks/LarpixClient
Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
22
node_modules/@noble/hashes/src/_assert.ts
generated
vendored
Normal file
22
node_modules/@noble/hashes/src/_assert.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/**
|
||||
* 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 const abytes: typeof ab = ab;
|
||||
/** @deprecated Use import from `noble/hashes/utils` module */
|
||||
export const aexists: typeof ae = ae;
|
||||
/** @deprecated Use import from `noble/hashes/utils` module */
|
||||
export const anumber: typeof an = an;
|
||||
/** @deprecated Use import from `noble/hashes/utils` module */
|
||||
export const aoutput: typeof ao = ao;
|
||||
/** @deprecated Use import from `noble/hashes/utils` module */
|
||||
export type Hash = H;
|
||||
Loading…
Add table
Add a link
Reference in a new issue