variable compact
import { compact } from "main.ts";

Type

<T>(iterable: Iterable<T>) => Iterable<Exclude<T,
| 0
| ""
| false
| null
| undefined
>>