Files
pnpm/patching/plugin-commands-patching/src/index.ts
2023-01-13 18:36:31 +02:00

5 lines
109 B
TypeScript

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