/opt/canhelp/node_modules/googleapis/build/src/generator
NameSizeModeActions
disclaimer.d.ts9870644editdlrm
disclaimer.js17760644editdlrm
docs.d.ts22240644editdlrm
docs.js26780644editdlrm
download.d.ts24360644editdlrm
download.js94910644editdlrm
filters.d.ts12340644editdlrm
filters.js46760644editdlrm
generator.d.ts14830644editdlrm
generator.js138250644editdlrm
samplegen.d.ts9870644editdlrm
samplegen.js50390644editdlrm
synth.d.ts7770644editdlrm
synth.js78950644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/generator/docs.d.ts (2224B)
import * as execa from 'execa'; import * as fs from 'fs'; export declare const gfs: { mkdir: typeof fs.mkdirSync; exists: typeof fs.existsSync; writeFile: typeof fs.writeFile.__promisify__; readdir: typeof fs.readdir.__promisify__; execa: { (file: string, arguments?: readonly string[], options?: execa.Options): execa.ExecaChildProcess; (file: string, arguments?: readonly string[], options?: execa.Options): execa.ExecaChildProcess; (file: string, options?: execa.Options): execa.ExecaChildProcess; (file: string, options?: execa.Options): execa.ExecaChildProcess; sync(file: string, arguments?: readonly string[], options?: execa.SyncOptions): execa.ExecaSyncReturnValue; sync(file: string, arguments?: readonly string[], options?: execa.SyncOptions): execa.ExecaSyncReturnValue; sync(file: string, options?: execa.SyncOptions): execa.ExecaSyncReturnValue; sync(file: string, options?: execa.SyncOptions): execa.ExecaSyncReturnValue; command(command: string, options?: execa.Options): execa.ExecaChildProcess; command(command: string, options?: execa.Options): execa.ExecaChildProcess; commandSync(command: string, options?: execa.SyncOptions): execa.ExecaSyncReturnValue; commandSync(command: string, options?: execa.SyncOptions): execa.ExecaSyncReturnValue; node(scriptPath: string, arguments?: readonly string[], options?: execa.NodeOptions): execa.ExecaChildProcess; node(scriptPath: string, arguments?: readonly string[], options?: execa.Options): execa.ExecaChildProcess; node(scriptPath: string, options?: execa.Options): execa.ExecaChildProcess; node(scriptPath: string, options?: execa.Options): execa.ExecaChildProcess; }; }; /** * Iterate over each API directory, and use the `compodoc` tool to generate * reference API documentation in the `docs` folder. This folder is ignored * in git, so a publish must be done with `npm run publish-docs`. * * To use this, run `npm run generate-docs`. */ export declare function main(): Promise;