Const
A nonempty string with a maximum length of 1000 characters.
import * as S from "@effect/schema/Schema"; import { NonEmptyString1000 } from "@evolu/react"; S.decode(NonEmptyString1000)(value); Copy
import * as S from "@effect/schema/Schema"; import { NonEmptyString1000 } from "@evolu/react"; S.decode(NonEmptyString1000)(value);
A nonempty string with a maximum length of 1000 characters.