UNPKG
@sousafrc/cipherkey-lib
Version:
latest (0.1.9)
0.1.9
Biblioteca de criptografia do CipherKey
github.com/sousafrc/cipherkey-lib.git
sousafrc/cipherkey-lib
@sousafrc/cipherkey-lib
/
lib
/
helpers
/
bigint.d.ts
2 lines
(1 loc)
•
67 B
TypeScript
View Raw
1
2
export
declare
const
intArrToBigint
:
(
arr
:
Uint8Array
) =>
bigint
;