Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Paused
App
Files
Files
Community
e26861f
dify
/
web
/
app
/
components
/
workflow
/
nodes
/
code
/
utils.ts
Severian
initial commit
a8b3f00
21 days ago
raw
Copy download link
history
blame
Safe
120 Bytes
import
type
{
CodeNodeType
}
from
'./types'
export
const
checkNodeValid
= (
payload: CodeNodeType
) => {
return
true
}