mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +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.