UNPKG
@mojsoski/server-crypto
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
Asymmetric key-exchange cryptography library
@mojsoski/server-crypto
/
dist
/
lib
/
base64-utils.d.ts
3 lines
(2 loc)
•
123 B
TypeScript
View Raw
1
2
3
export
declare
function
normalizeBase64
(
str
:
string
):
string
;
export
declare
function
toBase64URL
(
base64
:
string
):
string
;