Spaces:
Paused
Paused
File size: 286 Bytes
9ada4bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# statuses
This is a mirror of [statuses](https://www.npmjs.com/package/statuses), bundled and exposed as ES module.
## Install
```
npm install @bundled-es-modules/statuses
```
## Use
```html
<script type="module">
import status from '@bundled-es-modules/statuses';
</script>
``` |