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
- Host: GitHub
- URL: https://github.com/kindy/apple-encoding
- Owner: kindy
- Created: 2019-02-22T07:53:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T12:03:04.000Z (over 7 years ago)
- Last Synced: 2025-10-10T13:44:43.686Z (9 months ago)
- Topics: unicode-characters
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```