@conventional-changelog/git-client
Version:
Simple git client for conventional changelog packages.
14 lines • 340 B
TypeScript
import type { Arg } from './types.js';
/**
* Format arguments.
* @param args
* @returns Formatted arguments.
*/
export declare function formatArgs(...args: Arg[]): string[];
/**
* Convert value to array.
* @param value
* @returns Array.
*/
export declare function toArray<T>(value: T | T[]): T[];
//# sourceMappingURL=utils.d.ts.map