pk-lib

this a simple file with some functions.

Usage no npm install needed!

<script type="module">
  import pkLib from 'https://cdn.skypack.dev/pk-lib';
</script>

README

this a simple file with some functions.

Add funciton added. ->use example var pk=require('pk-lib'); var sum=pk.add(3,4); console.log(sum); //output:7

subs function added.