DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / varArgWithNoParamName.types
1234567
//// [tests/cases/compiler/varArgWithNoParamName.ts] //// === varArgWithNoParamName.ts === function t1(...) {} >t1 : (...: any[]) => void > : any[]