Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
Underground-Digital
/
Workflow-Engine
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a8b3f00
Workflow-Engine
/
web
/
app
/
components
/
workflow
/
nodes
/
code
/
utils.ts
Severian
initial commit
a8b3f00
5 months ago
raw
Copy download link
history
blame
120 Bytes
import
type
{
CodeNodeType
}
from
'./types'
export
const
checkNodeValid
= (
payload: CodeNodeType
) => {
return
true
}