UNPKG

doca

Version:

A CLI tool that scaffolds API documentation based on JSON HyperSchemas.

9 lines (6 loc) 143 B
import { combineReducers } from 'redux'; import schemas from './schemas'; const docs = combineReducers({ schemas, }); export default docs;