@google-cloud/recaptcha-enterprise
Version:
reCAPTCHA Enterprise API client for Node.js
14 lines (13 loc) • 540 B
TypeScript
import * as v1 from './v1';
import * as v1beta1 from './v1beta1';
declare const RecaptchaEnterpriseServiceClient: typeof v1.RecaptchaEnterpriseServiceClient;
type RecaptchaEnterpriseServiceClient = v1.RecaptchaEnterpriseServiceClient;
export { v1, v1beta1, RecaptchaEnterpriseServiceClient };
declare const _default: {
v1: typeof v1;
v1beta1: typeof v1beta1;
RecaptchaEnterpriseServiceClient: typeof v1.RecaptchaEnterpriseServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };