mirror of
https://github.com/SomboChea/ui
synced 2024-11-14 18:24:26 +07:00
6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
export const NODE_MANAGER = {
|
|
npm: 'npm',
|
|
yarn: 'yarn',
|
|
pnpm: 'pnpm',
|
|
};
|