type signatures
This commit is contained in:
parent
97660781a7
commit
fe338b2f3f
2 changed files with 4 additions and 5 deletions
|
@ -174,7 +174,7 @@ function sortFiltersUses(e: Event) {
|
|||
|
||||
|
||||
function setup() {
|
||||
function inputs(id: string) {
|
||||
function inputs(id: string): Boxes {
|
||||
let iter = document.getElementById(id)!.getElementsByTagName('input');
|
||||
return new Set(Array.from(iter));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue