UNPKG
@nightnetwork/obscura
Version:
latest (1.1.0)
1.1.0
1.0.0
The next-level encoding tool.
github.com/Night-Libs/Obscura
Night-Libs/Obscura
@nightnetwork/obscura
/
dist
/
cipher.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
export
declare
function
shuffle
(
seedBytes
:
Uint8Array
):
string
;
export
declare
function
apply
(
txt
:
string
,
map
:
string
):
string
;