Library module.
npm install @dizmo/types-uuid --save-dev
const { UUID } = require('@dizmo/types-uuid');
import { UUID } from '@dizmo/types-uuid';
const uuid: UUID = '00000000-0000-0000-0000-000000000000';
npm run clean
npm run build
npm run -- build --no-lint --no-clean
npm run -- build --prepack
npm run -- build --prepack --no-minify
npm run lint
npm run -- lint --fix
npm run test
npm run -- test --no-lint --no-clean --no-build
npm run cover
npm run -- cover --no-lint --no-clean --no-build
npm publish
npm publish --access=public
© 2019 dizmo AG, Switzerland