# @dizmo/types-storage

> Storage type definitions

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

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

## Install

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

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2019-06-10 |
| First published | 2018-11-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 10.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-storage
- Repository: https://github.com/dizmo/types-storage
- Homepage: https://github.com/dizmo/types-storage#readme
- Issues: https://github.com/dizmo/types-storage/issues
- npm.io page: https://npm.io/package/@dizmo/types-storage

## Dependencies (1)

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

## Recent versions

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

## README

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

# @dizmo/types-storage

Library module.

## Usage

### Install

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

### Require

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

### Examples

```typescript
import { Storage } from "@dizmo/types-storage";
```

```typescript
declare const storage: Storage;
```

## 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-storage · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
