UNPKG

@reduxjs/toolkit

Version:

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

7 lines (6 loc) 132 B
export class HandledError { constructor( public readonly value: any, public readonly meta: any = undefined ) {} }