11 lines
231 B
Lua
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
|