UNPKG

@reduxjs/toolkit

Version:

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

3 lines (2 loc) 106 B
export const UNINITIALIZED_VALUE = Symbol() export type UninitializedValue = typeof UNINITIALIZED_VALUE