matrix-builder / web /src /lib /validators.ts
ruslanmv
Deploy: metrics + docs (Batch 12)
22b729d
Raw
History Blame Contribute Delete
95 Bytes
export function hasMeaningfulIdea(value: string): boolean { return value.trim().length >= 5; }