UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

10 lines (7 loc) 225 B
'use strict'; var Inflections = require('../var/Inflections'); function runHumanRules(str) { // istanbul ignore next return Inflections.human && Inflections.human.runRules(str) || str; } module.exports = runHumanRules;