tal/luals/TAL/library/printing.lua

11 lines
231 B
Lua
Raw Permalink Normal View History

2025-02-06 00:30:52 +00:00
--- @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