yaclt
Version:
Yet Another Change Log Tool
11 lines • 550 B
TypeScript
export declare const StringFormatParams: {
changeType: string;
changeTypes: string;
message: string;
issueId: string;
};
export declare const regexIndexOf: (string: string, regex: RegExp, startpos?: number | undefined) => number;
export declare const formatToChangeTypeTemplate: (format: string) => HandlebarsTemplateDelegate<Record<string, unknown>> | undefined;
export declare const camelToKebabCase: (str: string) => string;
export declare const kebabToCamelCase: (str: string) => string;
//# sourceMappingURL=string-utils.d.ts.map