0.0.3 • Published 2 years ago

app-toolkit v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Description

This library contains JavaScript functions commonly used in projects, wrapped for convenient use.

Installation

  • Using npm:
npm install app-toolkit
  • Using CDN
<script src="https://cdn.jsdelivr.net/npm/app-toolkit"></script>

Usage

  • Once the package is installed, you can import the library using import:
import { getVersion } from 'app-toolkit'

console.log('app-toolkit version ', getVersion())
  • Using CDN (ES5 UMD browser module):
<script>
  console.log('appToolkit', appToolkit.getVersion())
</script>

documentation

website

License

This package is licensed under the MIT license. See LICENSE for more information.

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago