UNPKG

estimated-reading-time

Version:

Calculate the estimated reading time of a given text (plain text or HTML)

8 lines (7 loc) 564 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // Exportar las interfaces que queramos de otros ficheros de forma explícita var text_format_js_1 = require("./text-format.js"); Object.defineProperty(exports, "TextFormat", { enumerable: true, get: function () { return text_format_js_1.TextFormat; } }); var estimated_reading_time_js_1 = require("./estimated-reading-time.js"); Object.defineProperty(exports, "estimatedReadingTime", { enumerable: true, get: function () { return estimated_reading_time_js_1.estimatedReadingTime; } });