Spaces:
Paused
Paused
| import type { VariableAssignerNodeType } from './types' | |
| export const checkNodeValid = (payload: VariableAssignerNodeType) => { | |
| return true | |
| } | |