UNPKG

@whook/whook

Version:

Build strong and efficient REST web services.

9 lines (7 loc) 176 B
import { service } from 'knifecycle'; import { noop } from 'common-services'; /** * A simple noop service. * @function */ export default service(async () => noop, 'noop');