UNPKG

@tsed/logger

Version:
8 lines 271 B
import { LayoutsRegistry } from "../registries/LayoutsRegistry.js"; export function Layout(options) { return (target) => { target.$name = options.name; LayoutsRegistry.set(options.name, { provide: target }); }; } //# sourceMappingURL=layout.js.map