# @dizmo/types-uuid

> UUID type definitions

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

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

## Install

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

## Health

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

Negative: deprecated.

## Facts

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

## Recent versions

- 1.0.5 (latest) — 2019-06-10
- 1.0.4 — 2019-05-01
- 1.0.3 — 2019-01-17
- 1.0.2 — 2018-11-01
- 1.0.0 — 2018-11-01

## README

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

# @dizmo/types-uuid

Library module.

## Usage

### Install

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

### Require

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

### Examples

```typescript
import { UUID } from '@dizmo/types-uuid';
```

```typescript
const uuid: UUID = '00000000-0000-0000-0000-000000000000';
```

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