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

0.0.2 • Public • Published

Okay google

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/bookish_adventure_yet_again@0.1.0/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

Readme

Keywords

none

Package Sidebar

Install

npm i bookish_adventure_yet_again

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

12.2 kB

Total Files

25

Last publish

Collaborators

  • a3d9dj3kc0sf0s