UNPKG

@whook/whook

Version:

Build strong and efficient REST web services.

8 lines (6 loc) 167 B
import { service, location } from 'knifecycle'; import { log } from 'node:console'; export default location( service(async () => log, 'log'), import.meta.url, );