UNPKG

airship-server

Version:

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

5 lines (4 loc) 132 B
export abstract class BaseStatisticsCounter { public abstract countRequestHit(): void public abstract doneRequest(): void }