comparative-superlative

0.2.0 • Public • Published

comparative-superlative

get the comparative or superlative of a word

installation

npm install comparative-superlative
// or
yarn add comparative-superlative

usage

const cs = require('comparative-superlative')

// cs returns an object containing both
// the comparative and superlative

cs("important");
// {
//    comparative: "more important"
//    superlative: "most important"  
// }

cs("happy")
// {
//    comparative: "happier"
//    superlative: "happiest"  
// }

💀 init'd with skeletor

Readme

Keywords

none

Package Sidebar

Install

npm i comparative-superlative

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

3.88 kB

Total Files

6

Last publish

Collaborators

  • wooorm