UNPKG

@pnpm/tabtab

Version:

tab completion helpers, for node cli programs. Inspired by npm completion.

8 lines (7 loc) 214 B
export = tabtabDebug; /** * If TABTAB_DEBUG env is set, make it so that debug statements are also log to * TABTAB_DEBUG file provided. * @param {String} name */ declare function tabtabDebug(name: string): any;