# `Kino.Inspect`
[🔗](https://github.com/livebook-dev/kino/blob/v0.19.0/lib/kino/inspect.ex#L1)

A struct wrapping any term for default rendering.

This is just a meta-struct that implements the `Kino.Render`
protocol, so that the wrapped value is rendered using the inspect
protocol.

# `t`

```elixir
@opaque t()
```

# `new`

```elixir
@spec new(term()) :: t()
```

Wraps the given term.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
