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.execute();
or
hcaptcha.execute();
Globally
Add import or reference to your .d.ts
:
import "@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.