UNPKG

@whook/whook

Version:

Build strong and efficient REST web services.

2 lines (1 loc) 65 B
export type WhookHandlerWrapper<T> = (handler: T) => Promise<T>;