# @dizmo/types-bundle

> Bundle type definitions

Latest version **1.0.9** (published 2019-06-10) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @dizmo/types-bundle
pnpm add @dizmo/types-bundle
yarn add @dizmo/types-bundle
bun add @dizmo/types-bundle
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.9 |
| Published | 2019-06-10 |
| First published | 2018-11-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 11.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Hasan Karahan |
| Maintainers | dizmo-user, hsk81, jvdassen, pbuchmeier |
| Keywords | library, module |

## Links

- npm: https://www.npmjs.com/package/@dizmo/types-bundle
- Repository: https://github.com/dizmo/types-bundle
- Homepage: https://github.com/dizmo/types-bundle#readme
- Issues: https://github.com/dizmo/types-bundle/issues
- npm.io page: https://npm.io/package/@dizmo/types-bundle

## Dependencies (2)

- [@dizmo/types-uuid](https://npm.io/package/@dizmo/types-uuid.md) ^1.0.5
- [@dizmo/types-storage](https://npm.io/package/@dizmo/types-storage.md) ^1.0.8

## Recent versions

- 1.0.9 (latest) — 2019-06-10
- 1.0.8 — 2019-06-10
- 1.0.7 — 2019-05-01
- 1.0.5 — 2019-01-17
- 1.0.4 — 2018-11-07
- 1.0.3 — 2018-11-07
- 1.0.2 — 2018-11-01
- 1.0.1 — 2018-11-01
- 1.0.0 — 2018-11-01

## README

[![NPM version](https://badge.fury.io/js/%40dizmo%2Ftypes-bundle.svg)](https://npmjs.org/package/@dizmo/types-bundle)
[![Build Status](https://travis-ci.org/dizmo/types-bundle.svg?branch=master)](https://travis-ci.org/dizmo/types-bundle)
[![Coverage Status](https://coveralls.io/repos/github/dizmo/types-bundle/badge.svg?branch=master)](https://coveralls.io/github/dizmo/types-bundle?branch=master)

# @dizmo/types-bundle

Library module.

## Usage

### Install

```sh
npm install @dizmo/types-bundle --save-dev
```

### Require

```javascript
const { Bundle } = require('@dizmo/types-bundle');
```

### Examples

```typescript
import Bundle from '@dizmo/types-bundle'
```

```typescript
declare const bundle: Bundle;
```

## Development

### Clean

```sh
npm run clean
```

### Build

```sh
npm run build
```

#### without linting and cleaning:

```sh
npm run -- build --no-lint --no-clean
```

#### with UMD bundling (incl. minimization):

```sh
npm run -- build --prepack
```

#### with UMD bundling (excl. minimization):

```sh
npm run -- build --prepack --no-minify
```

### Lint

```sh
npm run lint
```

#### with auto-fixing:

```sh
npm run -- lint --fix
```

### Test

```sh
npm run test
```

#### without linting, cleaning and (re-)building:

```sh
npm run -- test --no-lint --no-clean --no-build
```

### Cover

```sh
npm run cover
```

#### without linting, cleaning and (re-)building:

```sh
npm run -- cover --no-lint --no-clean --no-build
```

## Publish

```sh
npm publish
```

#### initially (if public):

```sh
npm publish --access=public
```

## Copyright

 © 2019 [dizmo AG](http://dizmo.com/), Switzerland

---
_Source: https://npm.io/package/@dizmo/types-bundle · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
