UNPKG

@daiso-tech/core

Version:

The library offers flexible, framework-agnostic solutions for modern web applications, built on adaptable components that integrate seamlessly with popular frameworks like Next Js.

10 lines (9 loc) 252 B
/** * @module Middleware */ import { type Enhance, type Use } from "../../../middleware/contracts/_module.js"; /** * IMPORT_PATH: `@daiso-tech/core/middleware` * @group Implementations */ export declare function enhanceFactory(use: Use): Enhance;