UNPKG

playactor

Version:

play around with your playstation devices

7 lines (6 loc) 196 B
/// <reference types="node" /> import { IncomingPacket } from "../base"; export declare class UnsupportedIncomingPacket extends IncomingPacket { type: number; constructor(data: Buffer); }