UNPKG

playactor

Version:

play around with your playstation devices

5 lines (4 loc) 166 B
import { IDeviceProc, IDeviceSocket } from "../model"; export declare class StandbyProc implements IDeviceProc { perform(socket: IDeviceSocket): Promise<void>; }