Name Description Size Coverage
actionTypes.ts These are private action types reserved by Redux. For any unknown actions, you must return the current state. If the current state is undefined, you must return the initial state. Do not reference these action types directly in your code. 600 -
formatProdErrorMessage.ts Adapted from React: https://github.com/facebook/react/blob/master/packages/shared/formatProdErrorMessage.js Do not require this module directly! Use normal throw error calls. These messages will be replaced with error codes during build. @param {number} code 526 -
isAction.ts 300 -
isPlainObject.ts @param obj The object to inspect. @returns True if the argument appears to be a plain object. 445 -
kindOf.ts 1546 -
symbol-observable.ts #__PURE__ 236 -
warning.ts Prints a warning in the console if it exists. @param message The warning message. 589 -