patria
v1.0.0
Published
As of now, there are no available functions in `patria`. Stay tuned for future updates!
Readme
patria
As of now, there are no available functions in patria. Stay tuned for future updates!
Contents
Installation
Install via NPM:
npm install patriaOr via Yarn:
yarn add patriaUsage
As there are currently no available functions in patria, importing the patria 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 patria from 'https://unpkg.com/[email protected]/dist/index.mjs';
</script>License
BSD 3-Clause © blckclov3r
