(...args: string[])
| 404 | } |
| 405 | |
| 406 | export function silentPnpm(...args: string[]) { |
| 407 | return _exec({ silent: true }, 'pnpm', args); |
| 408 | } |
| 409 | |
| 410 | export function silentBun(...args: string[]) { |
| 411 | return _exec({ silent: true }, 'bun', args); |
no test coverage detected