Anywhere
EJSON.isBinary(x)
import { EJSON } from 'meteor/ejson' Source Returns true if x is a buffer of binary data, as returned from EJSON.newBinary.
Arguments
- x Object
-
The variable to check.
EJSON.isBinary(x)
import { EJSON } from 'meteor/ejson' Source Returns true if x is a buffer of binary data, as returned from EJSON.newBinary.
The variable to check.
Please login to continue.