boats
Version:
Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.
14 lines (13 loc) • 463 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
const tslib_1 = require("tslib");
const AutoIndexer_1 = tslib_1.__importDefault(require("../AutoIndexer"));
function default_1(options) {
return AutoIndexer_1.default.getIndexYaml(this.env.globals.currentFilePointer, this.env.globals.boatsConfig, {
channels: true,
...{
autoChannelIndexerOptions: options
}
});
}