vigilant-couscous
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

again

Home - Documentation - Chat


Install / Import

> npm install --save vigilant-couscous
import { myFunction, myObject } from 'vigilant-couscous'; 

Specific import

import { myFunction } from 'vigilant-couscous/myFunction'
import { myObject } from 'vigilant-couscous/myObject'

From HTML with CDN

Expose a global ( wider browser support):

<script src="//unpkg.com/vigilant-couscous/umd_bundle.min.js"></script>
<script>
  var { myFunction, myObject } = window['vigilant-couscous'];
</script>

Or import as an ES module:

<script type="module" src="//unpkg.com/vigilant-couscous/zz_esm/index.js"></script>
<script>
  import { myFunction, myObject } from 'vigilant-couscous';
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i vigilant-couscous

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

76.5 kB

Total Files

33

Last publish

Collaborators

  • a3d9dj3kc0sf0s