UNPKG

@ckeditor/ckeditor5-dev-utils

Version:
7 lines (6 loc) 159 B
export default function commit({ cwd, message, files, dryRun }: { cwd: string; message: string; files: Array<string>; dryRun?: boolean; }): Promise<void>;