ts migration: Convert dark_theme.js to dark_theme.ts.

Add `void` type annotation to the return type of functions. The
rest of the file is not modified.
This commit is contained in:
AcKindle3
2023-03-25 18:50:45 -04:00
committed by Tim Abbott
parent 7effa717fd
commit de420f68a4
2 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ EXEMPT_FILES = make_set(
"web/src/copy_and_paste.js",
"web/src/csrf.ts",
"web/src/css_variables.js",
"web/src/dark_theme.js",
"web/src/dark_theme.ts",
"web/src/debug.ts",
"web/src/deprecated_feature_notice.js",
"web/src/desktop_integration.js",