UNPKG

@reduxjs/toolkit

Version:

The official, opinionated, batteries-included toolset for efficient Redux development

6 lines (5 loc) 133 B
export declare class HandledError { readonly value: any; readonly meta: any; constructor(value: any, meta?: any); }