UNPKG

reducers-creator

Version:

Reducers Creator is an awesome tiny javascript package that allows you to easily and intuitively create reducer functions. Mainly used to create redux reducers.

12 lines (10 loc) 330 B
"use strict"; /** * Copyright (c) 2020-present Ruben Arushanyan (https://github.com/ruben-arushanyan) * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ var reducersCreator = require('./reducersCreator.js'); module.exports = reducersCreator;