Filtering Array<unknown> to a type?
Is this the best way to filter an Array of
I don't need to throw when something in items doesn't match. I just want to filter.
unknown to an ark type?:I don't need to throw when something in items doesn't match. I just want to filter.