X-Git-Url: http://git.squeep.com/?p=squeep-base64url;a=blobdiff_plain;f=index.js;fp=index.js;h=cee14b187a4f69337cdbedc46984842308471c92;hp=0000000000000000000000000000000000000000;hb=3a5f50494917a415f5fb3d43f3b0cacb961186f9;hpb=f1afc4fcf3f63ff8bfb6f65aee24c64fa5359502 diff --git a/index.js b/index.js new file mode 100644 index 0000000..cee14b1 --- /dev/null +++ b/index.js @@ -0,0 +1,5 @@ +'use strict'; + +const b64u = require('./lib/base64url'); + +module.exports = b64u;