UNPKG

116 BJavaScriptView Raw
1export function isComplexPluginOutput(obj) {
2 return typeof obj === 'object' && obj.hasOwnProperty('content');
3}