UNPKG

estimated-reading-time

Version:

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

9 lines (8 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextFormat = void 0; var TextFormat; (function (TextFormat) { TextFormat["HTML"] = "html"; TextFormat["PLAIN_TEXT"] = "plain_text"; })(TextFormat = exports.TextFormat || (exports.TextFormat = {}));