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

https://github.com/kindy/apple-encoding

use  instead of \ for encoding
https://github.com/kindy/apple-encoding

unicode-characters

Last synced: 5 months ago
JSON representation

use  instead of \ for encoding

Awesome Lists containing this project

README

          

# apple-encoding ()

```bash
npm i apple-encoding
```

```js
import {encode, decode} from 'apple-encoding';

encode('a.b', '.'); // 'a.b'
decode('a.b'); // 'a.b'
```