export function tuple<T>(...args: T[]) {
  return args
}
