UNPKG

@toruslabs/openlogin-jrpc

Version:

OpenLogin is a plug & play authentication suite that combines the simplicity of passwordless authentication with the security of non-custodial public key infrastructure (PKI).

6 lines (5 loc) 182 B
/// <reference types="node" /> import { EventEmitter } from "events"; export default class SafeEventEmitter extends EventEmitter { emit(type: string, ...args: any[]): boolean; }