UNPKG

application-services

Version:

Out of the box application environment and configuration service.

8 lines (7 loc) 276 B
import { type LogService } from 'common-services'; export type ProjectDirService = string; export type ProjectDirDependencies = { log: LogService; }; declare const _default: import("knifecycle").ServiceInitializer<ProjectDirDependencies, string>; export default _default;