@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative T8 markdown syntax that can be used to describe the content of data interpretation reports.
13 lines (9 loc) • 351 B
JavaScript
;
var tslib = require('tslib');
var createPhraseFactory = function (isEntity) {
return function (descriptor) {
return tslib.__assign({ isEntity: isEntity, getText: function (value) { return value; } }, descriptor);
};
};
exports.createPhraseFactory = createPhraseFactory;
//# sourceMappingURL=createPhraseFactory.js.map