| 1 | // Copyright 2018-2026 the Deno authors. MIT license. |
| 2 | // Copyright 2020 Keith Cirkel. All rights reserved. MIT license. |
| 3 | // This implementation is a port of https://deno.land/x/varint@v2.0.0 by @keithamus |
| 4 |
nothing calls this directly
no test coverage detected