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
/
both.js
7 lines
(6 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
function
(
buf
) {
return
Buffer
.
isBuffer
(buf); };
module
.
exports
.
a
=
function
(
) {
return
Buffer
.
from
(
'abcd'
,
'hex'
); };