UNPKG

lambda-hooks

Version:

Super simple lightweight hooks to avoid repeated logic in your lambda functions

3 lines (2 loc) 83 B
import { Hook } from '../index'; export declare const handleUnexpectedError: Hook;