@vertx/core

Generated Eclipse Vert.x bindings for 'vertx-core'

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@vertx/core
852474.3.8a month ago5 years agoMinified + gzip package size for @vertx/core in KB

Readme

npm (scoped) npm Security Status
Generated JavaScript bindings for Eclipse Vert.x.

Documentation

Usage

Import the required API/Enum/DataObject and profit!
// 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 typedefinitions and your IDE should find then automatically.
When working in a project you can enable type hinting for the runtime as:
/// <definition types="es4x" />
// @ts-check

// your TypeScript code here...

Links