Home

Awesome

is-singular npmjs.com The MIT License

Return true if given word is in singular form like apple, car, test and false otherwise, never throws.

code climate standard code style travis build status coverage status dependency status

Install

npm i is-singular --save
npm test

Usage

For more use-cases see the tests

var isSingular = require('is-singular')

isSingular('car')  //=> true
isSingular('cars') //=> false

isSingular(123) //=> false
isSingular({a: 'b'}) //=> false

Related

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.

Charlike Make Reagent new message to charlike freenode #charlike

tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github