UNPKG

exupery-core-types

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