Fix typechecks

This commit is contained in:
uwap 2026-01-03 09:30:08 +01:00
parent 6895b94279
commit 0176c85df4
11 changed files with 35 additions and 16 deletions

3
src/types.d.ts vendored Normal file
View file

@ -0,0 +1,3 @@
import lodash from "lodash";
declare const _ = typeof lodash;