pop-envelope.js 115 Bytes
module.exports = (data) => data
    && (typeof data === 'object')
    && (data.methodCall || data.methodResponse);