UNPKG

naily

Version:

写了一个没有模块系统的 Minimal Nest.js 写着玩的~

8 lines (7 loc) 228 B
import "reflect-metadata"; import type { IMounted } from "./typings/app.types"; export declare const BootNailyApplication: ClassDecorator; export type IMount = IMounted; export interface CanBoot { main(app: IMount): void; }