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