questions/03312-easy-parameters/README.ko.md
내장 제네릭 Parameters<T>를 이를 사용하지 않고 구현하세요.
예시:
const foo = (arg1: string, arg2: number): void => {}
type FunctionParamsType = MyParameters<typeof foo> // [arg1: string, arg2: number]
<a href="../../README.ko.md" target="_blank"></a> <a href="https://tsch.js.org/3312/answer/ko" target="_blank"></a> <a href="https://tsch.js.org/3312/solutions" target="_blank"></a> <!--info-footer-end-->