UNPKG

nestjs-mvc-tools

Version:

NestJS MVC Tools is a small set of tools designed to help you get started more easily with traditional web development approaches in NestJS.

3 lines (2 loc) 146 B
import { ViewHelperFactory } from "../nest-mvc.options"; export declare function createViewHelper(factory: ViewHelperFactory): ViewHelperFactory;