| 1 | // Copyright 2018-2026 the Deno authors. MIT license. |
| 2 | import { assertEquals, assertThrows } from "@std/assert"; |
| 3 | import { type Args, parseArgs, type ParseOptions } from "./parse_args.ts"; |
| 4 | import { assertType, type IsExact } from "@std/testing/types"; |
nothing calls this directly
no test coverage detected