inspector-api
Version:
A simple node module to access V8 inspector + some tools to export and read the data.
4 lines (3 loc) • 315 B
TypeScript
export function writeData(data: any, fileName: any, config: any, s3Client: any): Promise<any>;
export declare function invokeFunction(session: any, fnName: any, args?: {}): Promise<any>;
export declare function invokeStop(fnName: any, session: any, suffix: any, ext: any, config: any, s3Client: any): Promise<any>;