Print one or more values to stdout.
Provides the same functionality as the shell builtin of the same name.
NOTE: This can print any value, not just strings.
echo
is functionally identical to console.log
.
const echo: typeof console.log;
Print one or more values to stdout.
Provides the same functionality as the shell builtin of the same name.
NOTE: This can print any value, not just strings.
echo
is functionally identical to console.log
.
const echo: typeof console.log;