Home
last modified time | relevance | path

Searched refs:writeShim_ (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/cmd-shim/lib/
Dindex.js53 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