fix: remove unused imports

This commit is contained in:
Eli Bosley
2024-10-23 19:12:01 -04:00
parent 8f7748404c
commit 6f2fcffd3e

View File

@@ -1,6 +1,3 @@
import path from 'path';
import { fileURLToPath } from 'url';
export function notNull<T>(value: T): value is NonNullable<T> {
return value !== null;
}