UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

7 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasStringProperty = hasStringProperty; function hasStringProperty(obj, key) { return typeof obj === 'object' && obj !== null && key in obj; } //# sourceMappingURL=types.js.map