UNPKG

scrapper-tools

Version:

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

7 lines (5 loc) 117 B
import fsExtra from 'fs-extra' export default (name): string => { fsExtra.ensureDirSync(name) return name }