UNPKG

@methodus/framework-decorators

Version:

Server Decorators for methodus

4 lines (3 loc) 176 B
import 'reflect-metadata'; import { ModuleTargetClass } from '@methodus/framework-commons'; export declare function Module(name?: string): (target: ModuleTargetClass) => void;