const word = 'update';
const inflector = new Inflectors(word);
console.log(`Gerund of '${word}':`, inflector.toGerund());
Generates
Gerund of 'update': updeating
See also:
Looks like it conjugated the ate part
Same issue for other verbs like date and conjugate
Generates
Gerund of 'update': updeatingSee also:
Looks like it conjugated the
atepartSame issue for other verbs like
dateandconjugate