deno.land / std@0.224.0 / fs / testdata / empty_dir_sync.ts
123456789import { emptyDirSync } from "../empty_dir.ts";try { emptyDirSync("fs/testdata/testfolder"); console.log("success");} catch (error) { console.log(error);}
Version Info