Variable: empty
const
empty:Iterable
<any
>
An iterable that contains zero values.
Can be used as an iterable of any type.
Like []
, but opaque.
Example
import { empty } from 'lfi'
console.log([...empty])
//=> []
Since
v0.0.1
const
empty:Iterable
<any
>
An iterable that contains zero values.
Can be used as an iterable of any type.
Like []
, but opaque.
import { empty } from 'lfi'
console.log([...empty])
//=> []
v0.0.1