/*
 * Copyright 2018-present Junyoung Clare Jang
 */
export function id<T>(t: T): T {
  return t;
}
