tensify

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i tensify

Weekly Downloads

66

Version

0.0.4

License

MIT

Unpacked Size

12.9 kB

Total Files

8

Last publish

Collaborators

  • boo1ean