UNPKG

@ministryofjustice/probation-search-frontend

Version:

A shared UI component to search for probation cases from within your Express/Nunjucks application

3 lines (2 loc) 113 B
import { RequestHandler } from 'express'; export default function wrapAsync(fn: RequestHandler): RequestHandler;