UNPKG

nxkit

Version:

This is a collection of tools, independent of any other libraries

5 lines (4 loc) 113 B
import { EventNoticer, Event } from './event'; export default class A { onAA: EventNoticer<Event<number>>; }