UNPKG

@citrineos/util

Version:

The OCPP util module which supplies helpful utilities like cache and queue connectors, etc.

7 lines (6 loc) 250 B
import { Duplex } from 'stream'; import { IUpgradeError } from './IUpgradeError'; export declare class UpgradeUnknownError extends Error implements IUpgradeError { constructor(message: string); terminateConnection(socket: Duplex): boolean; }