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