This package has been deprecated

Author message:

use @dizmo/dizmo.js instead

@dizmo/types-global
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

NPM version Build Status Coverage Status

@dizmo/types-global

Library module.

Usage

Install

npm install @dizmo/types-global --save-dev

Require

const { Global } = require('@dizmo/types-global');

Examples

import Global from '@dizmo/types-global'
declare const global: Global;

Development

Clean

npm run clean

Build

npm run build

without linting and cleaning:

npm run -- build --no-lint --no-clean

with UMD bundling (incl. minimization):

npm run -- build --prepack

with UMD bundling (excl. minimization):

npm run -- build --prepack --no-minify

Lint

npm run lint

with auto-fixing:

npm run -- lint --fix

Test

npm run test

without linting, cleaning and (re-)building:

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

Cover

npm run cover

without linting, cleaning and (re-)building:

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

Publish

npm publish

initially (if public):

npm publish --access=public

Copyright

© 2019 dizmo AG, Switzerland

/@dizmo/types-global/

    Package Sidebar

    Install

    npm i @dizmo/types-global

    Weekly Downloads

    10

    Version

    1.0.7

    License

    ISC

    Unpacked Size

    9.18 kB

    Total Files

    11

    Last publish

    Collaborators

    • dizmo-user
    • hsk81