special-succotash-dump
v0.0.4
Published
yet another test
Downloads
2
Readme
Install / Import
> npm install --save special-succotash-dump
import { myFunction, myObject } from 'special-succotash-dump';
Specific import
import { myFunction } from 'special-succotash-dump/myFunction'
import { myObject } from 'special-succotash-dump/myObject'
From HTML with CDN
Expose a global ( wider browser support):
<script src="//unpkg.com/special-succotash-dump/umd_bundle.min.js"></script>
<script>
var myFunction = special_succotash_dump.myFunction;
</script>
Or import as an ES module:
<script type="module">
import { myFunction, myObject } from '//unpkg.com/special-succotash-dump/zz_esm/index.js';
</script>
Contribute
npm install
npm run build
npm test
change1