UNPKG
choo-shortcache
Version:
latest (0.0.0)
0.0.0
choo nanocomponent cache shortcut
choo-shortcache
/
example
/
node_modules
/
insert-module-globals
/
test
/
isbuffer
/
new.js
7 lines
(6 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
function
(
buf
) {
return
Buffer
.
isBuffer
(buf); };
module
.
exports
.
a
=
function
(
) {
return
new
Buffer
(
'abcd'
); };