UNPKG

playactor

Version:

play around with your playstation devices

7 lines (6 loc) 233 B
import { IDeviceProc, IDeviceSocket } from "../model"; export declare class StartTitleProc implements IDeviceProc { private readonly titleId; constructor(titleId: string); perform(socket: IDeviceSocket): Promise<void>; }