PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
@pm2
/
io
/
build
/
main
/
census
/
plugins
import { BasePlugin, Span } from '@opencensus/core'; export declare type IgnoreMatcher = string | RegExp; export declare type IORedisPluginConfig = { detailedCommands: boolean; }; export declare type IORedisCommand = { reject: (err: Error) => void | undefined; resolve: (result: any) => void | undefined; promise: Promise<any>; args: Array<string | Buffer | number>; callback: Function | undefined; name: string; }; export declare class IORedisPlugin extends BasePlugin { protected options: IORedisPluginConfig; constructor(moduleName: string); protected applyPatch(): any; applyUnpatch(): void; private getPatchSendCommand; patchEnd(span: Span, resultHandler: Function): Function; } declare const plugin: IORedisPlugin; export { plugin };
[-] mysql.d.ts
[edit]
[-] express.d.ts
[edit]
[-] express.js
[edit]
[-] http.js
[edit]
[-] ioredis.js
[edit]
[-] redis.js
[edit]
[-] net.js
[edit]
[+]
..
[-] mysql2.js
[edit]
[-] mysql2.d.ts
[edit]
[-] http2.js
[edit]
[-] mongodb.js
[edit]
[-] ioredis.d.ts
[edit]
[-] https.js
[edit]
[-] http2.d.ts
[edit]
[-] https.d.ts
[edit]
[-] pg.d.ts
[edit]
[-] mongodb.d.ts
[edit]
[-] mysql.js
[edit]
[-] net.d.ts
[edit]
[-] pg.js
[edit]
[-] redis.d.ts
[edit]
[-] vue.js
[edit]
[-] vue.d.ts
[edit]
[-] http.d.ts
[edit]