UNPKG
base64url
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.0
2.0.0-rc4
2.0.0-rc3
2.0.0-rc2
2.0.0-rc1
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
For encoding to/from base64urls
github.com/brianloveswords/base64url
brianloveswords/base64url
base64url
/
dist
/
pad-string.d.ts
2 lines
(1 loc)
•
58 B
TypeScript
View Raw
1
2
export
default
function
padString
(
input
:
string
):
string
;