@hcaptcha/types
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

hCaptcha TypeScript Definitions

TypeScript module for hcaptcha global variable.

Installation

yarn add -D @hcaptcha/types

or via npm

npm install -D @hcaptcha/types

How to use

Locally in file

import '@hcaptcha/types';

// `hcaptcha` now is defined on the global object
hcaptcha.execute();

or

///<reference types="@hcaptcha/types"/>

// `hcaptcha` now is defined on the global object
hcaptcha.execute();

Globally

Add import or reference to your .d.ts:

import "@hcaptcha/types";

// or

/// <reference types="@hcaptcha/types"/>

Or add "node_modules/@hcaptcha" to the typeRoots in tsconfig.json

{
  "compilerOptions": {
    // ...
    "typeRoots": [
      "node_modules/@hcaptcha"
    ]
    // ...
  },
  // ...
}

Bug Report

If you encounter an issue and would like to report it, please email us at support@hcaptcha.com.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    37,391
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    37,391
  • 1.0.2
    386
  • 1.0.1
    6
  • 1.0.0
    1

Package Sidebar

Install

npm i @hcaptcha/types

Weekly Downloads

37,784

Version

1.0.3

License

MIT

Unpacked Size

6.93 kB

Total Files

4

Last publish

Collaborators

  • brdlyptrs
  • gaieges
  • hcaptcha-npmjs