mutable-string
1.0.2 • Public • Published mutable-string
Keep a single instance for your strings !
API
Quick example
import MutableString from 'mutable-string';
const mutableString = new MutableString('foobar');
mutableString.replace('foo', new MutableString('bar'));
console.log(mutableString.toString());
Package Sidebar
Install
Weekly Downloads