UNPKG

reading-time-estimator

Version:

A medium's like reading time estimator with internationalization support

4 lines (3 loc) 151 B
export { supportedLanguages } from './i18n'; export type { SupportedLanguages } from './i18n'; export { readingTime } from './reading-time-estimator';