UNPKG

veffect

Version:

powerful TypeScript validation library built on the robust foundation of Effect combining exceptional type safety, high performance, and developer experience. Taking inspiration from Effect's functional principles, VEffect delivers a balanced approach tha

18 lines (12 loc) 359 B
/** @internal */ export const OP_CONTINUE = "Continue" as const /** @internal */ export type OP_CONTINUE = typeof OP_CONTINUE /** @internal */ export const OP_CLOSE = "Close" as const /** @internal */ export type OP_CLOSE = typeof OP_CLOSE /** @internal */ export const OP_YIELD = "Yield" as const /** @internal */ export type OP_YIELD = typeof OP_YIELD