| 1 | // Copyright 2018-2026 the Deno authors. MIT license. |
| 2 | import { green, red, stripAnsiCode } from "./styles.ts"; |
| 3 | import { assertEquals, assertThrows } from "@std/assert"; |
| 4 | import { format, type InspectFn } from "./format.ts"; |
nothing calls this directly
no test coverage detected