UNPKG

easy-peasy

Version:

Vegetarian friendly state for React

9 lines (8 loc) 290 B
export const actionSymbol = '$_a'; export const actionOnSymbol = '$_aO'; export const computedSymbol = '$_c'; export const effectOnSymbol = '$_e'; export const persistSymbol = '$_p'; export const reducerSymbol = '$_r'; export const thunkOnSymbol = '$_tO'; export const thunkSymbol = '$_t';