UNPKG

@connectv/core

Version:

agent-based reactive programming library for typescript/javascript

4 lines (3 loc) 189 B
import { Agent } from './agent'; export declare function singleton(): <T extends new (...args: any[]) => Agent>(_Class: T) => (new (...args: any[]) => Agent) & T; export default singleton;