UNPKG

@sourcebot/mcp

Version:
3 lines (2 loc) 121 B
import { ServiceError } from "./types.js"; export declare const isServiceError: (data: unknown) => data is ServiceError;