1.0.3 • Published 5 years ago

dasherino v1.0.3

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

Dasherino

With this npm package you can put dashed between letters in a string.

Usage

    require("dasherino");

    const string = "dasherino";
    const dashed = string.dash();
    const undashed = dashed.undash();

    console.log("original: " + string);
    console.log("dashed: " + dashed);
    console.log("undashed: " + undashed);

output:

    original: dasherino
    dashed: d-a-s-h-e-r-i-n-o
    undashed: dasherino

Install

npm install dasherino

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago