0.0.4 • Published 6 years ago

tensify v0.0.4

Weekly downloads
1,435
License
MIT
Repository
github
Last release
6 years ago

tensify Build Status

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