1
0
mirror of https://github.com/SomboChea/ui synced 2024-11-14 18:24:26 +07:00
verdaccio-ui/src/utils/constants.ts

6 lines
79 B
TypeScript

export const NODE_MANAGER = {
npm: 'npm',
yarn: 'yarn',
pnpm: 'pnpm',
};