Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
socket.io-parser
/
dist
/
is-binary.d.ts
blob: fa18261899c45c63e4389728d49fdd20070e6dcb [
file
] [
log
] [
blame
]
/**
* Returns true if obj is a Buffer, an ArrayBuffer, a Blob or a File.
*
* @private
*/
export
declare
function
isBinary
(
obj
:
any
):
boolean
;
export
declare
function
hasBinary
(
obj
:
any
,
toJSON
?:
boolean
):
any
;