1.0.2 • Published 9 years ago

mutable-string v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

mutable-string NPM version Build Status Code Climate Coverage

Keep a single instance for your strings !

API

Quick example

import MutableString from 'mutable-string'; // or var MutableString = require('mutable-string');
const mutableString = new MutableString('foobar');
mutableString.replace('foo', new MutableString('bar'));
console.log(mutableString.toString()); // barbar
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago