APICoreemptyOn this pageVariable: empty const empty: Iterable<any> An iterable that contains zero values. Can be used as an iterable of any type. Like [], but opaque. Example console.log([...empty])//=> [] Defined in core.d.ts:328