https://github.com/zanjs/strs
A Javascript string library
https://github.com/zanjs/strs
Last synced: 3 months ago
JSON representation
A Javascript string library
- Host: GitHub
- URL: https://github.com/zanjs/strs
- Owner: zanjs
- Created: 2016-04-24T12:43:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T07:00:45.000Z (almost 6 years ago)
- Last Synced: 2025-03-21T04:37:37.349Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Strs
string aggregate set
## Install
on npm
```
npm install strs --save
```## Usage
### With ES6/import
```js
import strs from 'strs';
```## License
MIT