UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

6 lines (5 loc) 235 B
import { KeyValuePair } from "../types"; export declare const initialize: () => void; export declare const setCustomConfig: () => void; export declare const set: (c: KeyValuePair) => void; export declare const get: () => KeyValuePair;