UNPKG

playfab-sdk

Version:

Playfab SDK for node.js applications

8 lines (6 loc) 167 B
declare class reporter { info: string; PfTestReport: any[]; run: (files: string[], options: any, callback: Function) => void; } export = reporter;