index
:
njs
master
njs mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
harness
/
compatBuffer.js
blob: 5b82aa3cce9e302e8e23e678f7cdd4cc8cb08ccb (
plain
)
1
2
3
function
has_buffer
()
{
return
(
typeof
Buffer
===
'function'
)
&&
Buffer
.
from
;
}