1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-03 10:05:09 +07:00
verdaccio-ui/src/utils/constants.ts

6 lines
79 B
TypeScript
Raw Permalink Normal View History

2019-02-03 17:23:33 +07:00
export const NODE_MANAGER = {
npm: 'npm',
yarn: 'yarn',
pnpm: 'pnpm',
};