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());
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.2 | 2 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.2 | 2 | |
1.0.1 | 1 | |
1.0.0 | 1 | |
Package Sidebar
Install
Weekly Downloads