🔕 imageProcessor.ts

This commit is contained in:
nirholas
2026-03-31 10:24:02 +00:00
parent 2cbb12d9b8
commit 570336781e

View File

@@ -92,3 +92,4 @@ function unwrapDefault<T extends (...args: never[]) => unknown>(
): T {
return typeof mod === 'function' ? mod : mod.default
}