UNPKG

104 BJavaScriptView Raw
1t.equal(Buffer('xyz').toString('base64'), 'eHl6');
2t.equal(Buffer('eHl6', 'base64').toString(), 'xyz');