UNPKG

cmte

Version:

Design by Committee™ except it's just you and LLMs

9 lines (7 loc) 173 B
/** * Processors module for Committee */ // Export two-phase processor export * from "./two-phase.js"; // Export utility functions export * from "./two-phase-utils.js";