UNPKG

estimated-read-time

Version:
8 lines (7 loc) 210 B
const ReadTime = require('./ReadTime'); module.exports = { text: function(content, options) { options = !options? {} : options; return ReadTime.getReadTime(content, options); } }