mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 09:28:24 -04:00
8 lines
131 B
TypeScript
8 lines
131 B
TypeScript
import { add as addDistTag } from './distTags'
|
|
import testDefaults from './testDefaults'
|
|
|
|
export {
|
|
testDefaults,
|
|
addDistTag,
|
|
}
|