UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

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