minor changes

This commit is contained in:
2021-06-25 20:53:01 -05:00
parent 57594aebbd
commit 4a8c91a4ec

View File

@@ -18,9 +18,8 @@ declare namespace input {
NUM, NUM,
NUM_DOT, NUM_DOT,
FLOAT FLOAT
} }
function get(title: string, default_value: string, len: int, type: int): [int, string]; function get(title: string, default_value: string, len: int, type: types): [resonse, string];
} }