UNPKG

rapiq

Version:

A tiny library which provides utility types/functions for request and response query handling.

7 lines 254 B
import { ErrorCode } from './code'; import type { BaseErrorOptions } from './types'; export declare class BaseError extends Error { readonly code: `${ErrorCode}`; constructor(input: BaseErrorOptions | string); } //# sourceMappingURL=base.d.ts.map