Skip to main content

inspect

Human-readable representation of Lua tables

Status

External: Functionality is provided by a third-party library, which may or may not give semantic versioning guarantees

Availability

This module is preloaded. You can simply require it:

local inspect = require("inspect")

Functions

The API documentation can be found here: https://github.com/kikito/inspect.lua

Changelog

VersionWhat happened?
v0.0.1Initial release