UNPKG

@anyhowstep/ts-route-server

Version:

3 lines (2 loc) 132 B
export declare type NextFunction<N> = (err: any, nxtLocals: N) => void; export declare type VoidNextFunction = (err?: any) => void;