An open API service indexing awesome lists of open source software.

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

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