UNPKG

fluxcapacitor

Version:

A bunch of tools to implement apps the Flux way

11 lines (9 loc) 203 B
var FluxCapacitor = require('fluxcapacitor'); module.exports = FluxCapacitor.createActions([ 'destroyCompleted', 'destroy', 'toggleCompleteAll', 'toggleComplete', 'updateText', 'create' ]);