UNPKG

304 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.isComplexPluginOutput = void 0;
4function isComplexPluginOutput(obj) {
5 return typeof obj === 'object' && Object.prototype.hasOwnProperty.call(obj, 'content');
6}
7exports.isComplexPluginOutput = isComplexPluginOutput;