We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5dddf commit 190bdd2Copy full SHA for 190bdd2
src/lib/prelude.ts
@@ -185,7 +185,6 @@ import type { ConditionalSimplifyDeep } from 'type-fest/source/conditional-simpl
185
export type SimplifyDeep<T> = ConditionalSimplifyDeep<T, Function | Iterable<unknown> | Date, object>
186
187
import fs from 'node:fs/promises'
188
-import { $ } from 'vitest/dist/reporters-LqC_WI4d.js'
189
190
export const fileExists = async (path: string) => {
191
return Boolean(
0 commit comments