UNPKG
@auth0/cose
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
COSE library for node.js
github.com/auth0-lab/cose
auth0-lab/cose
@auth0/cose
/
dist
/
types
/
lib
/
iv.d.ts
4 lines
(3 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
export
declare
function
bitLength
(
alg
:
string
):
96
|
128
;
declare
const
_default
:
(
alg
:
string
) =>
Uint8Array
;
export
default
_default;