Skip to content

Instantly share code, notes, and snippets.

View tianjianchn's full-sized avatar
🏠
Working from home

Tian Jian tianjianchn

🏠
Working from home
  • China
View GitHub Profile
@tianjianchn
tianjianchn / base64.js
Created April 29, 2016 15:39 — forked from jhurliman/base64.js
An extremely simple implementation of base64 encoding / decoding using node.js Buffers (plus url-safe versions)
/*
* base64.js: An extremely simple implementation of base64 encoding / decoding using node.js Buffers
*
* (C) 2010, Nodejitsu Inc.
* (C) 2011, Cull TV, Inc.
*
*/
var base64 = exports;