UNPKG

@storm-software/config-tools

Version:

⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.

8 lines (5 loc) 364 B
import { StormWorkspaceConfig } from '@storm-software/config'; declare const exitWithError: (config?: Partial<StormWorkspaceConfig>) => never; declare const exitWithSuccess: (config?: Partial<StormWorkspaceConfig>) => never; declare const handleProcess: (config?: Partial<StormWorkspaceConfig>) => void; export { exitWithError, exitWithSuccess, handleProcess };