UNPKG

@whook/whook

Version:

Build strong and efficient REST web services.

13 lines (12 loc) 462 B
import { type Disposer, type Injector } from 'knifecycle'; import { type LogService } from 'common-services'; declare const _default: import("knifecycle").ProviderInitializer<REPLDependencies<unknown>, void>; export default _default; export type REPLService = void; export type REPLDependencies<S> = { $dispose: Disposer; $injector: Injector<Record<string, S>>; log: LogService; stdin: typeof process.stdin; stdout: typeof process.stdout; };