UNPKG

@lottojs/lotto

Version:

Simple, lightweight and dependency-free NodeJS web application framework.

4 lines (3 loc) 129 B
export * from './core/router/router.types'; export { Lotto } from './core/lotto'; export { Router } from './core/router/router';