DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / baselines / reference / alwaysStrictES6.types
12345678
=== tests/cases/compiler/alwaysStrictES6.ts === function f() { >f : () => void var arguments = []; >arguments : any[] >[] : undefined[] }