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