UNPKG

@lou.codes/test

Version:

✅ Equality test with enforced readability

10 lines (9 loc) 268 B
import type { IsomorphicIterable } from "@lou.codes/types"; import type { ReadOnlyURL } from "./ReadOnlyURL.js"; /** * Iterable of `ReadOnlyURL`s. * * @category File System * @see {@link ReadOnlyURL} */ export type ReadOnlyURLs = IsomorphicIterable<ReadOnlyURL>;