mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-25 18:41:48 -04:00
12 lines
200 B
TypeScript
12 lines
200 B
TypeScript
import {add as addDistTag} from './distTags'
|
|
import prepare from './prepare'
|
|
import testDefaults from './testDefaults'
|
|
|
|
export {
|
|
prepare,
|
|
testDefaults,
|
|
addDistTag,
|
|
}
|
|
|
|
export * from './localPkg'
|