first commit
This commit is contained in:
6
node_modules/n8n-workflow/dist/esm/expressions/expression-helpers.d.ts
generated
vendored
Normal file
6
node_modules/n8n-workflow/dist/esm/expressions/expression-helpers.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* 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
|
||||
Reference in New Issue
Block a user