MCPcopy
hub / github.com/parse-community/parse-server / decodeBase64

Function decodeBase64

src/middlewares.js:407–409  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

405}
406
407function decodeBase64(str) {
408 return Buffer.from(str, 'base64').toString();
409}
410
411export function allowCrossDomain(appId) {
412 return (req, res, next) => {

Callers 1

httpAuthFunction · 0.85

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected