aljun
v1.0.0
Published
As of now, there are no available functions in `aljun`. Stay tuned for future updates!
Downloads
4
Readme
aljun
As of now, there are no available functions in aljun
. Stay tuned for future updates!
Contents
Installation
Install via NPM:
npm install aljun
Or via Yarn:
yarn add aljun
Usage
As there are currently no available functions in aljun, importing the aljun function will not be useful. Please stay tuned for future updates when functions become available.
ESM Entry Point
If you prefer not to install the package and want to include the ECMAScript module (ESM) entry point directly in your project, you can use the following script tag:
- https://cdn.jsdelivr.net/npm/[email protected]/dist/index.mjs
- https://unpkg.com/[email protected]/dist/index.mjs
<script type="module">
import aljun from 'https://unpkg.com/[email protected]/dist/index.mjs';
</script>
License
BSD 3-Clause © blckclov3r