bookish_adventure_yet_again
v0.0.2
Published
Okay google
Downloads
2
Readme
Install / Import
Node:
$ npm install --save bookish_adventure_yet_again
import { myFunction, myObject } from 'bookish_adventure_yet_again';
Specific import
import { myFunction } from 'bookish_adventure_yet_again/myFunction';
import { myObject } from 'bookish_adventure_yet_again/myObject';
Deno:
For the latest version:
import { myFunction, myObject } from 'https://deno.land/x/bookish_adventure_yet_again/mod.ts';
To import a specific release:
import { myFunction, myObject } from 'https://deno.land/x/[email protected]/mod.ts';
Specific imports:
import { myFunction } from 'https://deno.land/x/bookish_adventure_yet_again/myFunction.ts';
import { myObject } from 'https://deno.land/x/bookish_adventure_yet_again/myObject.ts';
Import from HTML, with CDN
<script src="//unpkg.com/bookish_adventure_yet_again/bundle.min.js"></script>
<script>
const { myFunction, myObject } = bookish_adventure_yet_again;
</script>
You can import a specific version unpkg.com
Contribute
npm install
npm run build
npm test
a change