Function print

  • Prints the input to the console as string

    Parameters

    • input: any

      The text to print

    Returns void

    Example

    const { print } = require("kiutils")
    print("Hello World")

Generated using TypeDoc