kripke: add history

This commit is contained in:
2025-02-22 13:11:22 +09:00
parent ca13b55dc0
commit e78c755799
6 changed files with 108 additions and 29 deletions

View File

@@ -40,10 +40,6 @@ interface ReadonlyArray<T> {
): searchElement is T extends LiteralUnionLike<T> ? T : never;
}
interface Map<K> {
has(key: Weaken<K>): key is K;
}
declare module "*&enhanced" {
import type { Picture } from "vite-imagetools";