UNPKG

exupery-core-types

Version:
3 lines (2 loc) 149 B
import { Refinement_Result } from "./Refinement_Result"; export type Refiner<Output, Error, Input> = ($: Input) => Refinement_Result<Output, Error>;