UNPKG

html-truncate-ts

Version:

TypeScript library for truncating HTML strings while preserving HTML tags and structure

6 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.truncate = void 0; const truncate_1 = require('./truncate.cjs'); Object.defineProperty(exports, "truncate", { enumerable: true, get: function () { return truncate_1.truncate; } }); //# sourceMappingURL=index.js.map