mirror of
https://github.com/langgenius/dify.git
synced 2026-02-12 04:01:29 -05:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
export const isOutput = (valueSelector: string[]) => {
|
|
return valueSelector[0] === '$output'
|
|
}
|