export function toString(x: any) {
  return String(x);
}
