UNPKG

@ycmd/helpers

Version:

LSK.js CLI Creds is the easiest way to manage GitHub / Gitlab secrets and credentials

9 lines (6 loc) 193 B
import { MainOptions } from './types.js'; import '@lsk4/log'; declare function loadMainOptions({ cwd }?: { cwd?: string | undefined; }): Promise<MainOptions>; export { loadMainOptions };