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) 196 B
import type { FileChange } from '../types'; import type { Git } from '@yuki-no/plugin-sdk/infra/git'; export declare const applyFileChanges: (upstreamGit: Git, fileChanges: FileChange[]) => void;