UNPKG

@whook/whook

Version:

Build strong and efficient REST web services.

8 lines (6 loc) 180 B
import { location, service } from 'knifecycle'; import { exit } from 'node:process'; export default location( service(async () => exit, 'exit', [], true), import.meta.url, );