8 lines
No EOL
285 B
TypeScript
8 lines
No EOL
285 B
TypeScript
import { ServerMiddleware } from "./_chunks/types-BtByT9ny.mjs";
|
|
|
|
//#region src/log.d.ts
|
|
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
|
interface LogOptions {}
|
|
declare const log: (_options?: LogOptions) => ServerMiddleware;
|
|
//#endregion
|
|
export { LogOptions, log }; |