UNPKG

@graphql-codegen/plugin-helpers

Version:
4 lines (3 loc) 139 B
export function isComplexPluginOutput(obj) { return typeof obj === 'object' && Object.prototype.hasOwnProperty.call(obj, 'content'); }