UNPKG

@visulima/cerebro

Version:

A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.

8 lines (7 loc) 261 B
import CerebroError from "./cerebro-error.d.ts"; /** * Error thrown when update notifier operations fail. */ export default class UpdateNotifierError extends CerebroError { constructor(message: string, code?: string, context?: Record<string, unknown>); }