js2ts: map

This commit is contained in:
2021-08-16 03:29:44 +09:00
parent 73638da4db
commit 73c60ea94c
3 changed files with 791 additions and 2 deletions
-2
View File
@@ -10,8 +10,6 @@ declare global {
}
}
export {}
function formStart() {
const dSum = unwrap(document.querySelector('#inherit_sum_value')) as HTMLInputElement ;