apple-encoding

Usage no npm install needed!

<script type="module">
  import appleEncoding from 'https://cdn.skypack.dev/apple-encoding';
</script>

README

apple-encoding ()

npm i apple-encoding
import {encode, decode} from 'apple-encoding';

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