UNPKG

@whook/whook

Version:

Build strong and efficient REST web services.

8 lines (7 loc) 230 B
import { noop } from 'common-services'; /** * A simple noop service. * @function */ declare const _default: import("knifecycle").ServiceInitializer<import("knifecycle").Dependencies<any>, typeof noop>; export default _default;