We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5249b4e commit a93a17cCopy full SHA for a93a17c
1 file changed
src/shadow/shadow-bin.ts
@@ -7,7 +7,7 @@ import constants from '../constants'
7
8
const { NPM, abortSignal } = constants
9
10
-export default async function shadow(
+export default async function shadowBin(
11
binName: 'npm' | 'npx',
12
binArgs = process.argv.slice(2)
13
) {
0 commit comments