/2stringy4me

Extends JavaScript strings 4 more fun!

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

2stringy4me Build Status

Extends JavaScript strings 4 more fun!

What is it?

2stringy4me extends strings without touching String.prototype.

How do I get it?

npm install --save 2stringy4me

How do I use it?

Simply set a variable equal to require("2stringy4me"). This variable will become a function that can be used to extend strings like so...

var ts4m = require("2stringy4me");
var yourString = ts4m("Hello, world");

Note

I made this library for two reasons, both to help people who need this and to learn how to use a test suite + CI.