/opt/canhelp/node_modules/googleapis/build/src/apis/customsearch
NameSizeModeActions
index.d.ts6210644editdlrm
index.js14950644editdlrm
v1.d.ts568260644editdlrm
v1.js46940644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/customsearch/index.d.ts (621B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { customsearch_v1 } from './v1'; export declare const VERSIONS: { v1: typeof customsearch_v1.Customsearch; }; export declare function customsearch(version: 'v1'): customsearch_v1.Customsearch; export declare function customsearch(options: customsearch_v1.Options): customsearch_v1.Customsearch; declare const auth: AuthPlus; export { auth }; export { customsearch_v1 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';