Severian's picture
initial commit
a8b3f00
raw
history blame
120 Bytes
import type { CodeNodeType } from './types'
export const checkNodeValid = (payload: CodeNodeType) => {
return true
}