UNPKG

estimated-reading-time

Version:

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

5 lines (4 loc) 84 B
export declare enum TextFormat { HTML = "html", PLAIN_TEXT = "plain_text" }