szl-util-sub

const sub = (a, b) => { return a - b; }

Usage no npm install needed!

<script type="module">
  import szlUtilSub from 'https://cdn.skypack.dev/szl-util-sub';
</script>

README

别想作弊 会被发现的!!!!!!!!!!!

const sub = (a, b) => {
    return a - b;
}


module.exports = sub;