UNPKG

file-routing-expressjs

Version:

A dependency-free, flexible, system-based file routing for Express.

8 lines (5 loc) 193 B
import { Plugin, CacheConfig } from '../types/plugins.mjs'; import 'express'; import '../types/common.mjs'; declare const cachePlugin: Plugin<CacheConfig>; export { cachePlugin as default };