1.0.4 • Published 6 years ago

@pengliheng/utils v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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