mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 01:23:57 +00:00
Migrates the abstract classes in libs/common to be strict ts compatible. Primarily by adding abstract to every field and converting it to a function syntax instead of lambda.