import type { Init } from "./init.js"; export function setListDisplays(options: Pick): void { options.listDisplays = true; }