UNPKG

@typed/test

Version:
4 lines (3 loc) 239 B
import { Request, Response } from 'express'; import { Logger } from '../../types'; export declare function clear(logger: Logger): (_: Request<import("express-serve-static-core").ParamsDictionary>, response: Response) => Promise<Response>;