/opt/canhelp/node_modules/googleapis/build/src/apis/recaptchaenterprise
NameSizeModeActions
index.d.ts6980644editdlrm
index.js15580644editdlrm
v1.d.ts1547790644editdlrm
v1.js324580644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/recaptchaenterprise/index.d.ts (698B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { recaptchaenterprise_v1 } from './v1'; export declare const VERSIONS: { v1: typeof recaptchaenterprise_v1.Recaptchaenterprise; }; export declare function recaptchaenterprise(version: 'v1'): recaptchaenterprise_v1.Recaptchaenterprise; export declare function recaptchaenterprise(options: recaptchaenterprise_v1.Options): recaptchaenterprise_v1.Recaptchaenterprise; declare const auth: AuthPlus; export { auth }; export { recaptchaenterprise_v1 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';