Files
n8n-nodes-gwezz-changdunovel/node_modules/n8n-workflow/dist/cjs/expressions/expression-helpers.d.ts
2025-10-26 23:10:15 +08:00

6 lines
224 B
TypeScript

/**
* Checks if the given value is an expression. An expression is a string that
* starts with '='.
*/
export declare const isExpression: (expr: unknown) => expr is string;
//# sourceMappingURL=expression-helpers.d.ts.map