UNPKG

@anyhowstep/ts-route-server

Version:

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