UNPKG

airship-server

Version:

Airship is a framework for Node.JS & TypeScript that helps you to write big, scalable and maintainable API servers.

7 lines (6 loc) 149 B
export default class CallbackQueue { private _delay; private _queue; constructor(countPerSec: number); push(func: Function): void; }