@pengliheng/utils

personal javascript function tools

Usage no npm install needed!

<script type="module">
  import penglihengUtils from 'https://cdn.skypack.dev/@pengliheng/utils';
</script>

README

personal utils

such as typeword function

assume you has support async / await

i do nothing to make you suport es6/es7

if you need es5 summary ,you need to transform it to es5.

options to init an self npm package

npm init --scope=pengliheng

…or create a new repository on the command line

echo "# utils" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/pengliheng/utils.git
git push -u origin master

…or push an existing repository from the command line

git remote add origin https://github.com/pengliheng/utils.git
git push -u origin master