UNPKG

redux-action-pathify

Version:

A Redux utility for generating clear and unique action type strings using a nested path approach. This library helps in avoiding duplicate action names and makes action types more readable and maintainable.

6 lines (5 loc) 132 B
module.exports = { presets: ['@babel/preset-env'], plugins: ['@babel/plugin-transform-runtime'], ignore: ['**/*.test.js'], };