UNPKG

@sebak/recaptcha-v3

Version:

![npm](https://img.shields.io/npm/v/recaptcha-v3.svg) ![npm type definitions](https://img.shields.io/npm/types/recaptcha-v3.svg)

11 lines (10 loc) 348 B
import { IReCaptchaInstance } from './grecaptcha/grecaptcha'; export declare class ReCaptchaInstance { private readonly siteKey; private readonly recaptcha; constructor(siteKey: string, recaptcha: IReCaptchaInstance); execute(action: string): Promise<string>; hideBadge(): void; showBadge(): void; private findBadges; }