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.
this a simple file with some functions.
<script type="module">
import pkLib from 'https://cdn.skypack.dev/pk-lib';
</script>
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.