@vertx/core
Advanced tools
Comparing version 3.9.1 to 3.9.2
{ | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-core'", | ||
"version" : "3.9.1", | ||
"version" : "3.9.2", | ||
"license" : "Apache-2.0", | ||
@@ -8,7 +8,7 @@ "maven" : { | ||
"artifactId" : "vertx-core", | ||
"version" : "3.9.1" | ||
"version" : "3.9.2" | ||
}, | ||
"name" : "@vertx/core", | ||
"main" : "index.js", | ||
"module" : "module.mjs", | ||
"module" : "index.mjs", | ||
"types" : "index.d.ts", | ||
@@ -15,0 +15,0 @@ "sideEffects" : false, |
@@ -14,4 +14,31 @@ ![npm (scoped)](https://img.shields.io/npm/v/@vertx/core.svg) | ||
This is a meta package, meaning that it contains only metadata for the build. | ||
Import the required `API`/`Enum`/`DataObject` and profit! | ||
```js | ||
// Base API | ||
import * as API from '@vertx/core'; | ||
// Base ENUMs | ||
import * as ENUMS from '@vertx/core/enums'; | ||
// DataObject's | ||
import * as OPTIONS from '@vertx/core/options'; | ||
// refer to the API docs for specific help... | ||
// your code here!!! | ||
``` | ||
## Typescript | ||
This package includes [Typescript](http://www.typescriptlang.org/) typedefinitions and your IDE should find then automatically. | ||
When working in a project you can enable type hinting for the runtime as: | ||
```js | ||
/// <definition types="es4x" /> | ||
// @ts-check | ||
// your TypeScript code here... | ||
``` | ||
## Links | ||
@@ -18,0 +45,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
492256
12
12161
47