UNPKG
mam-project-templates
Version:
latest (1.0.0)
1.0.0
my personal templating projects
github.com/MikeAlexMartinez/templates
MikeAlexMartinez/templates
mam-project-templates
/
cloned
/
FreeCSS
/
Ranger
/
node_modules
/
browserify
/
test
/
global
/
buffer.js
3 lines
(2 loc)
•
104 B
JavaScript
View Raw
1
2
3
t
.equal
(
Buffer
(
'xyz'
).
toString
(
'base64'
),
'eHl6'
);
t
.equal
(
Buffer
(
'eHl6'
,
'base64'
).
toString
(),
'xyz'
);