let len: number = (input as string).length let len: number = (<string> input).length /* not allowed in JSX */