This commit is contained in:
2023-08-05 16:03:31 +00:00
parent 92a67315f3
commit 743ab3e1aa
16 changed files with 138 additions and 49 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { Nullable } from ".//Nullable";
import type { Nullable } from ".//Nullable.js";
type ErrType<T> = { new(msg?: string): T }