mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-16 02:48:44 -05:00
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
import * as patch from './patch'
|
|
import * as patchCommit from './patchCommit'
|
|
import * as patchRemove from './patchRemove'
|
|
|
|
export { patch, patchCommit, patchRemove }
|