UNPKG

@wiko/errors

Version:

Throw, identify, and decode Wiko JavaScript errors

4 lines 356 B
import { WikoErrorCode } from './codes'; export declare function getHumanReadableErrorMessage<TErrorCode extends WikoErrorCode>(code: TErrorCode, context?: object): string; export declare function getErrorMessage<TErrorCode extends WikoErrorCode>(code: TErrorCode, context?: Record<string, unknown>): string; //# sourceMappingURL=message-formatter.d.ts.map