UNPKG

@whook/whook

Version:

Build strong and efficient REST web services.

3 lines (2 loc) 174 B
import { type WhookHandlerWrapper } from '../types/wrappers.js'; export declare function applyHandlerWrappers<T>(wrappers: WhookHandlerWrapper<T>[], handler: T): Promise<T>;