UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

7 lines (6 loc) 199 B
import { ResultHandler } from "./types.js"; export declare class ResultHandlerFactory { private static INSTANCE; static get(): ResultHandler; static set(instance: ResultHandler): void; }