References
Variable Summary
| Static Public Variable Summary | ||
| public |
createBlueprint(blueprintType: String, payloadCreator: Function, metaCreator: Function): Function: * Creates an action blueprint. |
|
| public |
translateBlueprintTypesWith(translateBlueprintType: Function): blueprintTypeTranslator: * Creates a translator that turns blueprint types into action types. |
|
| public |
translateBlueprintsWith(translateBlueprintType: Function): blueprintTranslator: * Creates a translator that turns blueprints into redux-actions FSA actionCreators |
|