npm.io
4.5.14 • Published 1 year ago

@vertx/web-templ-httl

Licence
Apache-2.0
Version
4.5.14
Deps
2
Size
5 kB
Vulns
0
Weekly
0
Stars
891

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/web-templ-httl';

// 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...