Prints the input to the console as string
The text to print
const { print } = require("kiutils")print("Hello World") Copy
const { print } = require("kiutils")print("Hello World")
Generated using TypeDoc
Prints the input to the console as string