🔰 warn.ts

This commit is contained in:
nirholas
2026-03-31 10:23:42 +00:00
parent 1189b92833
commit 2354e52b64

View File

@@ -7,3 +7,4 @@ export function ifNotInteger(value: number | undefined, name: string): void {
level: 'warn',
})
}