UNPKG

@ycmd/creds

Version:

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

11 lines (8 loc) 243 B
import { ILogger } from '@lsk4/log'; type BuildDeepOptions = { buildDir?: string; log?: ILogger; force?: boolean; }; declare function buildDeep(dirname: string, options?: BuildDeepOptions): Promise<void[]>; export { buildDeep };