mirror of
https://github.com/borbann-platform/srs-document.git
synced 2025-12-18 12:14:04 +01:00
17 lines
371 B
JavaScript
17 lines
371 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
const macros = {
|
|
columnbreak: { renderInfo: { breakAround: true } }
|
|
};
|
|
const environments = {
|
|
multicols: {
|
|
signature: "m o o"
|
|
},
|
|
"multicols*": {
|
|
signature: "m o o"
|
|
}
|
|
};
|
|
exports.environments = environments;
|
|
exports.macros = macros;
|
|
//# sourceMappingURL=index.cjs.map
|