MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / packageBinPath

Function packageBinPath

packages/node-sdk/scripts/build-dts.mjs:33–35  ·  view source on GitHub ↗
(packageName, binPath)

Source from the content-addressed store, hash-verified

31}
32
33function packageBinPath(packageName, binPath) {
34 return path.join(path.dirname(require.resolve(`${packageName}/package.json`)), binPath);
35}
36
37function run(command, binPath, args) {
38 return new Promise((resolve, reject) => {

Callers 1

build-dts.mjsFile · 0.85

Calls 1

resolveMethod · 0.65

Tested by

no test coverage detected