bug-free-bassoon
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Thi is just an other test repo

Home - Documentation

Install / Import

$ npm install --save bug-free-bassoon
import { myFunction, myObject } from "bug-free-bassoon";

Specific imports:

import { myFunction } from "bug-free-bassoon/myFunction";
import { myObject } from "bug-free-bassoon/myObject";

Import from HTML, with CDN

Import it via a bundle that creates a global ( wider browser support ):

<script src="//unpkg.com/bug-free-bassoon/bundle.min.js"></script>
<script>
    const { myFunction, myObject } = bug_free_bassoon;
</script>

Or import it as an ES module:

<script type="module">
    import { myFunction, myObject } from "//unpkg.com/bug-free-bassoon/zz_esm/index.js";
</script>

You can specify the version you wish to import: unpkg.com

Contribute

npm install
npm run build
npm test

/bug-free-bassoon/

    Package Sidebar

    Install

    npm i bug-free-bassoon

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    57.4 kB

    Total Files

    39

    Last publish

    Collaborators

    • garronej