expert-eureka-the-great-test
v0.0.1
Published
one two three four
Downloads
4
Readme
Install / Import
> npm install --save expert-eureka-the-great-test
import { myFunction, myObject } from 'expert-eureka-the-great-test';
Specific imports:
import { myFunction } from 'expert-eureka-the-great-test/myFunction';
import { myObject } from 'expert-eureka-the-great-test/myObject';
Import from HTML, with CDN
Import it via a bundle that creates a global ( wider browser support ):
<script src="//unpkg.com/expert-eureka-the-great-test/bundle.min.js"></script>
<script>
const { myFunction, myObject } = expert-eureka-the-great-test;
</script>
Or import it as an ES module:
<script type="module">
import { myFunction, myObject } from '//unpkg.com/expert-eureka-the-great-test/zz_esm/index.js';
</script>
*You can specify the version you wish to import: * unpkg.com
Contribute
npm install
npm run build
npm test
first test