UNPKG

@graphistry/falcor

Version:
8 lines (5 loc) 177 B
var isObject = require('./../support/isObject'); module.exports = isJSONEnvelope; function isJSONEnvelope(envelope) { return isObject(envelope) && ('json' in envelope); }