UNPKG

estimated-reading-time

Version:

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

5 lines (4 loc) 193 B
export { TextFormat } from './text-format.js'; export { Options } from './options.js'; export { Result } from './result.js'; export { estimatedReadingTime } from './estimated-reading-time.js';