0.0.2 • Published 4 years ago

jubilant_octo_funicular v0.0.2

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

Install / Import

Node:

$ npm install --save jubilant_octo_funicular
import { myFunction, myObject } from 'jubilant_octo_funicular'; 

Specific import

import { myFunction } from 'jubilant_octo_funicular/myFunction';
import { myObject } from 'jubilant_octo_funicular/myObject';

Deno:

For the latest version:

import { myFunction, myObject } from 'https://deno.land/x/jubilant_octo_funicular/mod.ts';

To import a specific release:

import { myFunction, myObject } from 'https://deno.land/x/jubilant_octo_funicular@0.1.0/mod.ts';

Specific imports:

import { myFunction } from 'https://deno.land/x/jubilant_octo_funicular/myFunction.ts';
import { myObject } from 'https://deno.land/x/jubilant_octo_funicular/myObject.ts';

Import from HTML, with CDN

Expose a global (wider browser support):

<script src="//unpkg.com/jubilant_octo_funicular/umd_bundle.min.js"></script>
<script>
  var myFunction = jubilant_octo_funicular.myFunction;
</script>

Or import as an ES module:

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

Contribute

npm install
npm run build
npm test

first change

change 2

change 3