# hey guys is there a way to make a function callable only with at least 2 arguments. And when its less than 2 then we error.
# here's a direct answer to your question: function f(first: unknown, second: unknown, ...rest: unknown[]) {}