I want to make a typescript function that I can reuse in my cloud functions. The function below should return a 1 if the username is not taken or a 0 if it is taken. However, th