UNPKG

@yankeeinlondon/claudine

Version:

A simple library to help with Claude Code

8 lines (4 loc) 179 B
import type { BlockingError, Error, Success } from "./types"; export const SUCCESS: Success = 0; export const ERROR: Error = 1; export const BLOCKING_ERROR: BlockingError = 2;