UNPKG

scrapper-tools

Version:

Modern way to scrape modern websites

7 lines (5 loc) 136 B
import fsExtra from "fs-extra" export function createDirectories(name: string): string { fsExtra.ensureDirSync(name) return name }