import type { IsomorphicIterable } from "@vangware/types"; import type { ReadOnlyURL } from "./ReadOnlyURL.js"; /** * Iterable of `ReadOnlyURL`s. * * @category File System * @see {@link ReadOnlyURL} */ export type ReadOnlyURLs = IsomorphicIterable;