UNPKG

scrapper-tools

Version:

Its in development but I use it in all my web automation project.

6 lines (4 loc) 110 B
import fs from 'fs' export default (filename): string => { return fs.readFileSync(filename).toString() }