mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
fix: remove unused imports
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user