UNPKG

@yuki-no/plugin-batch-pr

Version:

Batch PR plugin for yuki-no - Collects opened Yuki-no translation issues and creates a single pull request

4 lines (3 loc) 242 B
import type { FileChange, FileStatus } from '../types'; import type { Git } from '@yuki-no/plugin-sdk/infra/git'; export declare const createFileChanges: (headGit: Git, hash: string, fileStatus: FileStatus, rootDir?: string) => FileChange[];