tal/luals/TAL/library/printing.lua
2025-02-06 17:45:40 +02:00

11 lines
231 B
Lua

--- @meta
--- Converts the value to a readable string
function to_readable(val, indent_str) end
--- Prints the given values to stderr
function print(...) end
--- Pretty-prints the given values to stderr
function pprint(...) end