UNPKG

@getanthill/datastore

Version:

Event-Sourced Datastore

4 lines (3 loc) 178 B
import type { ErrorRequestHandler } from 'express'; import type { Services } from '../../typings'; export declare function errorHandler(services: Services): ErrorRequestHandler;