Variable PositiveIntConst

PositiveInt: brand<filter<Schema<number, number, never>>, "PositiveInt"> = ...

A positive integer.

import * as S from "@effect/schema/Schema";
import { PositiveInt } from "@evolu/react";

S.decode(PositiveInt)(value);