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

5 lines
109 B
TypeScript

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