1.0.15 • Published 6 years ago

@dizmo/functions-uuid v1.0.15

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

NPM version Build Status Coverage Status

@dizmo/functions-uuid

Provides a TypeScript definition for a UUID type, which is defined as a string.

Usage

Install

npm install @dizmo/functions-uuid --save

Require

let lib = require('@dizmo/functions-uuid');

Example

import UUID from '@dizmo/functions-uuid';

Development

Build

npm run build

without linting:

npm run -- build --no-lint

Lint

npm run lint

with auto-fixing (for JavaScript and TypeScript):

npm run -- lint --fix

Test

npm run test

without (re-)building:

npm run -- test --no-build

Cover

npm run cover

without (re-)building:

npm run -- cover --no-build

Copyright

© 2018 dizmo AG, Switzerland

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago