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

Dependencies (0)

    Dev Dependencies (6)

    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