package
0.0.0-20241221154219-7c8852dcd4c8
Repository: https://github.com/venerasf/go-lua-libs.git
Documentation: pkg.go.dev

# README

inspect GoDoc

Usage

local inspect = require("inspect")

local table = {a={b=2}}
local result = inspect(table, {newline="", indent=""})
if not(result == "{a = {b = 2}}") then error("inspect") end

# Functions

Loader is the module loader function.
Preload adds inspect to the given Lua state's package.preload table.