Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Base64 URL

node v8.17.0
version: 1.0.0
endpointsharetweet
const base64url = require('base64url') let data = 'd2lldHNld2luZCE' console.log(base64url.decode(data))
Loading…

no comments

    sign in to comment