Searched refs:writeShim_ (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/npm/node_modules/cmd-shim/lib/ |
D | index.js | 53 return writeShim_(from, to) 58 return writeShim_(from, to, prog, args, vars) 59 }, er => writeShim_(from, to)) 61 const writeShim_ = (from, to, prog, args, variables) => { function
|