Generated JavaScript bindings for Eclipse Vert.x.
Import the required API
/Enum
/DataObject
and profit!
// Base API
import * as API from '@vertx/consul';
// Base ENUMs
import * as ENUMS from '@vertx/consul/enums';
// DataObject's
import * as OPTIONS from '@vertx/consul/options';
// refer to the API docs for specific help...
// your code here!!!
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...
Generated using TypeDoc