This website requires JavaScript.
Explore
Help
Sign In
opensource
/
dify
mirror of
https://github.com/langgenius/dify.git
Watch
2
Star
0
Fork
You've already forked dify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8cf817a5fd
dify
/
web
/
app
/
components
/
workflow
/
nodes
/
human-input
/
utils.ts
4 lines
97 B
TypeScript
Raw
Blame
History
export
const
isOutput
=
(
valueSelector
:
string
[
]
)
=
>
{
return
valueSelector
[
0
]
===
'$output'
}
Reference in New Issue
View Git Blame
Copy Permalink