no-dash

1.0.2 • Public • Published

nodash

A Node.js package that will check if a string contains a dash (-) or not.

Build Status

Install

npm install no-dash

Usage

var nodash = require('no-dash');

nodash("does not include a dash");  // => true
nodash("includes-dash");            // => false

Author

Josh Finnie <josh@fin.us>

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i no-dash

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

3.04 kB

Total Files

5

Last publish

Collaborators

  • joshfinnie