package
0.1.6
Repository: https://github.com/alexjx/gopher-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.