let someValue: any = "Hello"; let strLength: number = (someValue as string).length;
let input = document.querySelector("input") as HTMLInputElement;