RSS Git Download  Clone
Raw Blame History 91B 3 lines
const _ = require('lodash');

_.mixin({ 'pascalCase': _.flow(_.camelCase, _.upperFirst) });