UNPKG

n8n

Version:

n8n Workflow Automation Tool

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