0.0.0 • Published 5 years ago

potato-tools v0.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

🥔 potato-tools

A Simple JavaScript Tool Lib.

📦 Install

npm i @heliapan/potato-tools

🔨 Usage

  1. es6

main.js

import _pt from '@heliapan/potato-tools'
console.log(_pt)
  1. umd
<script src="./scripts/potato-tools.umd.js"></script>
<script>
    console.log(_pt)
</script>
0.0.0

5 years ago