option-map.ts

This commit is contained in:
nirholas
2026-03-31 10:23:09 +00:00
parent 91f790a080
commit 180b723a72

View File

@@ -48,3 +48,5 @@ export default class OptionMap<T> extends Map<T, OptionMapItem<T>> {
this.last = lastItem
}
}