File size: 95 Bytes
22b729d
1
2
export function hasMeaningfulIdea(value: string): boolean { return value.trim().length >= 5; }