index
:
langdetect
trunk
LangDetect - An AI program to detect the language from a text
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
node_modules
/
util
/
support
/
isBuffer.js
blob: ace9ac00dd8b071c7ad10b298bff3a89dc615410 (
plain
)
1
2
3
module
.
exports
=
function
isBuffer
(
arg
)
{
return
arg
instanceof
Buffer
;
}