Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 514 Bytes

File metadata and controls

25 lines (14 loc) · 514 Bytes

nodejsscript


nodejsscript / s / echo

Variable: echo

const echo: EchoFunction

Prints string to stdout, and returns string with additional utility methods like .to().

Param

Available options: - -e: interpret backslash escapes (default) - -n: remove trailing newline from output

Param

The text to print.

Returns

Returns the string that was passed as argument.