UNPKG

@e-group/redux-modules

Version:

eGroup team react-redux modules that share across projects.

7 lines (6 loc) 172 B
/** * Change action type to camalize style. * Example, * COMPONENTS/FETCH_GET_USER -> components/fetchGetUser */ export default function camalize(str: string): string;