"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "TruncatedContent", { enumerable: true, get: function () { return _truncated_content.TruncatedContent; } }); Object.defineProperty(exports, "truncate", { enumerable: true, get: function () { return _truncate.truncate; } }); Object.defineProperty(exports, "truncateBeginning", { enumerable: true, get: function () { return _truncate.truncateBeginning; } }); var _truncate = require("./truncate"); var _truncated_content = require("./truncated_content");