UNPKG

lux-framework

Version:

Build scalable, Node.js-powered REST APIs with almost no code.

11 lines (8 loc) 246 B
// @flow import { dasherize, singularize } from 'inflection'; import { compose } from '../../../utils/compose'; import underscore from '../../../utils/underscore'; /** * @private */ export default compose(singularize, dasherize, underscore);