UNPKG

128 BTypeScriptView Raw
1export declare function staticRoutes(args: {
2 base: string;
3 dir: string;
4}): import("express-serve-static-core").Router;