UNPKG

syncpack

Version:

Consistent dependency versions in large JavaScript Monorepos

5 lines (4 loc) 203 B
import { Effect } from 'effect'; import type { Ctx } from '../get-context/index.js'; import { type Io } from './index.js'; export declare function exitIfInvalid(ctx: Ctx): Effect.Effect<Ctx, never, Io>;