Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { Request as ExpressRequest, Response as ExpressResponse } from 'express';
export declare const pingMiddleware: (req: ExpressRequest, res: ExpressResponse) => void;