UNPKG

estimated-reading-time

Version:

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

6 lines (5 loc) 163 B
export var TextFormat; (function (TextFormat) { TextFormat["HTML"] = "html"; TextFormat["PLAIN_TEXT"] = "plain_text"; })(TextFormat || (TextFormat = {}));