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