Skip to content

Instantly share code, notes, and snippets.

View fwoelffel's full-sized avatar

Frédéric Woelffel fwoelffel

View GitHub Profile
import { function as fp, either as E } from 'fp-ts';
import type {
SafeParseReturnType,
SafeParseSuccess,
z,
ZodError,
ZodType,
} from 'zod';