UNPKG

tesseract.js

Version:
13 lines (11 loc) 174 B
'use strict'; /** * terminateWorker * * @name terminateWorker * @function terminate worker * @access public */ module.exports = (worker) => { worker.terminate(); };