UNPKG

typedux

Version:

Slightly adjusted Redux (awesome by default) for TS

14 lines (10 loc) 225 B
export const MockKey = 'mock', MockStateStr1 = 'my first string' export function getDefaultMockState(reducer) { // noinspection TypeScriptValidateJSTypes return reducer.handle( null, { type:'@INIT' } ) }