UNPKG

nest-koa-adapter

Version:
7 lines 262 B
import koaViews from '@ladjs/koa-views'; type ViewsOptions = Exclude<Parameters<typeof koaViews>[1], undefined>; export interface KoaViewsOptions extends Omit<ViewsOptions, 'autoRender'> { viewsDir: string; } export {}; //# sourceMappingURL=KoaViews.d.ts.map