README
@akaiser/wee-pkg
Replaces all spaces in a string with '+'. Adapted from @bramblehorse/tiny.
Install
$ npm install @akaiser/wee-pkg
Usage
const wee-pkg = require('@akaiser/wee-pkg');
wee-pkg('Check out this string!')
Removes all spaces from a string. Adapted from @bramblehorse
<script type="module">
import akaiserWeePkg from 'https://cdn.skypack.dev/@akaiser/wee-pkg';
</script>
Replaces all spaces in a string with '+'. Adapted from @bramblehorse/tiny.
$ npm install @akaiser/wee-pkg
const wee-pkg = require('@akaiser/wee-pkg');
wee-pkg('Check out this string!')