/** * @module @proposit/proposit-core * * Core engine for building, evaluating, and diffing propositional logic * arguments. Exports {@link ArgumentEngine} and {@link PremiseEngine} as * the primary API, along with all type schemata and the {@link diffArguments} * utility. */ export * from "./lib/index.js"; //# sourceMappingURL=index.d.ts.map