UNPKG

@whook/whook

Version:

Build strong and efficient REST web services.

8 lines 207 B
import { service } from 'knifecycle'; import { noop } from 'common-services'; /** * A simple noop service. * @function */ export default service(async () => noop, 'noop'); //# sourceMappingURL=noop.js.map