mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 11:31:45 -04:00
14 lines
258 B
TypeScript
14 lines
258 B
TypeScript
import prepare from './prepare'
|
|
import testDefaults from './testDefaults'
|
|
import isExecutable from './isExecutable'
|
|
import {add as addDistTag} from './distTags'
|
|
|
|
export {
|
|
prepare,
|
|
testDefaults,
|
|
isExecutable,
|
|
addDistTag,
|
|
}
|
|
|
|
export * from './localPkg'
|