@lucid-softworks/iterable-to-array
v0.1.0
Published
Materialize any iterable as an array.
Maintainers
Readme
@lucid-softworks/iterable-to-array
Materialize any iterable into a new array.
import { toArray } from "@lucid-softworks/iterable-to-array";
toArray(new Set([1, 2]));