MCPcopy
hub / github.com/remix-run/react-router / log

Function log

packages/create-react-router/utils.ts:93–95  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

91}
92
93export function log(message: string) {
94 return process.stdout.write(message + "\n");
95}
96
97export let stderr = process.stderr;
98/** @internal Used to mock `process.stderr.write` for testing purposes */

Callers 9

createReactRouterFunction · 0.90
getContextFunction · 0.90
introStepFunction · 0.90
installDependenciesStepFunction · 0.90
gitInitStepFunction · 0.90
doneStepFunction · 0.90
printHelpFunction · 0.90
errorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected