UNPKG

socket.io-client

Version:

[![Build Status](https://github.com/socketio/socket.io-client/workflows/CI/badge.svg?branch=master)](https://github.com/socketio/socket.io-client/actions) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/sock

4 lines (3 loc) 227 B
import type * as Emitter from "component-emitter"; import { StrictEventEmitter } from "./typed-events"; export declare function on(obj: Emitter | StrictEventEmitter<any, any>, ev: string, fn: (err?: any) => any): VoidFunction;