UNPKG

@ycmd/creds

Version:

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

7 lines (5 loc) 119 B
declare function loadConfig(dirname: string): Promise<{ path: string; config: any; }>; export { loadConfig };