tensify
v0.0.4
Published
Convert verbs from present to past tense
Downloads
866
Maintainers
Readme
tensify
Get different tense of verb
Installation
npm install tensify
Usage
var tensify = require('tensify');
// 'did'
tensify('do').past;
// 'done'
tensify('do').past_participle;
// 'did'
tensify('done').past;
// 'made'
tensify('make').past;
// 'committed'
tensify('commit').past;
// 'mimicked'
tensify('mimic').past;
// And so on..
Actually it could fail sometimes... :D
License
MIT