UNPKG

@expressots/cli

Version:

Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)

4 lines (3 loc) 262 B
declare function addModuleToContainer(name: string, modulePath?: string, path?: string): Promise<void>; declare function addModuleToContainerNestedPath(name: string, path?: string): Promise<void>; export { addModuleToContainer, addModuleToContainerNestedPath };