1.4.2 • Published 6 years ago

@nimiq/core-types v1.4.2

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

@nimiq/core-types

Deprecation Warning

Release v1.4.2 of this package is the last release of @nimiq/core-types, because the types are now included in the @nimiq/core package.

This package provides Typescript types for the Nimiq core library.

A global namespace 'Nimiq' is declared.

Installation

npm install --save-dev @nimiq/core-types

or

yarn add --dev @nimiq/core-types

Usage

Add a .d.ts file to your project folder, e.g. Nimiq.d.ts, and make sure it is included in your .tsconfig. That file should contain:

// tslint:disable-next-line no-reference
/// <reference path="./node_modules/@nimiq/core-types/Nimiq.d.ts" />
1.4.2

6 years ago

1.4.1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago