UNPKG

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