| 1 | import { styleText } from 'node:util'; |
| 2 | import { beforeEach, describe, expect, test } from 'vitest'; |
| 3 | import { type LimitOptionsParams, limitOptions } from '../src/index.js'; |
| 4 | import { MockWritable } from './test-utils.js'; |
nothing calls this directly
no test coverage detected