MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / base64url

Function base64url

wxapp/wps.js:74–76  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

72}
73
74function base64url(input) {
75 return Buffer.from(input).toString("base64url");
76}
77
78function mask(value = "") {
79 value = String(value);

Callers 2

makePopTokenFunction · 0.85
loginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected