"use client";
functiont(r) {
const e = r.options.bulletOrdered || ".";
if (e !== "." && e !== ")")
thrownewError(
"Cannot serialize items with `" + e + "` for `options.bulletOrdered`, expected `.` or `)`"
);
return e;
}
export {
t as checkBulletOrdered
};