weavedev/redux-async

View on GitHub
typedoc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    readme: 'README.md',
    tsconfig: 'tsconfig.json',
    exclude: [
        '**/node_modules/**',
        '**/test/**',
        '**/*.test.*'
    ],
    out: './docs',
    entryPoints: 'lib/createAsyncReducer.ts',
};