questions/03312-easy-parameters/README.md
Implement the built-in Parameters<T> generic without using it.
For example:
const foo = (arg1: string, arg2: number): void => {}
type FunctionParamsType = MyParameters<typeof foo> // [arg1: string, arg2: number]
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/3312/answer" target="_blank"></a> <a href="https://tsch.js.org/3312/solutions" target="_blank"></a> <!--info-footer-end-->