boats
Version:
Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.
10 lines (9 loc) • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
const tslib_1 = require("tslib");
const autoSummary_1 = tslib_1.__importDefault(require("../autoSummary"));
function default_1(options) {
const filePath = this.env.globals.currentFilePointer.replace(this.env.globals.uniqueOpIdStripValue, '');
return (0, autoSummary_1.default)(filePath, options);
}