Files
pnpm/patching/plugin-commands-patching/src/index.ts
2025-08-25 10:02:00 +02:00

8 lines
296 B
TypeScript

import * as patch from './patch.js'
import * as patchCommit from './patchCommit.js'
import * as patchRemove from './patchRemove.js'
export { type PatchCommandOptions } from './patch.js'
export { type PatchRemoveCommandOptions } from './patchRemove.js'
export { patch, patchCommit, patchRemove }