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