Files
pnpm/patching/plugin-commands-patching/src/index.ts

6 lines
167 B
TypeScript

import * as patch from './patch'
import * as patchCommit from './patchCommit'
import * as patchRemove from './patchRemove'
export { patch, patchCommit, patchRemove }