mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +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.