# 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.