UNPKG
@3id/common
Version:
latest (0.4.1)
next (0.4.1-rc.1)
0.4.1
0.4.1-rc.1
0.4.1-rc.0
0.4.1-alpha.1
0.4.1-alpha.0
0.4.0-alpha.1
0.4.0-alpha.0
0.3.0
0.2.1
0.2.0
0.1.3
0.1.1
## Installation
github.com/ceramicstudio/js-3id
ceramicstudio/3id-connect
@3id/common
/
dist
/
utils.d.ts
3 lines
(2 loc)
•
116 B
TypeScript
View Raw
1
2
3
export
declare
function
fromHex
(
hex
:
string
):
Uint8Array
;
export
declare
function
toHex
(
bytes
:
Uint8Array
):
string
;