UNPKG

playactor

Version:

play around with your playstation devices

7 lines (6 loc) 185 B
export interface IInputOutput { logError(error: any): void; logInfo(message: string): void; logResult(result: any): void; prompt(promptText: string): Promise<string>; }