Skip to main content
Module

x/alfredo/lib/utils/file.ts>isDirEmpty

Your Alfred workflows on steroids with Deno
Latest
variable isDirEmpty
import { isDirEmpty } from "https://deno.land/x/alfredo@0.4.3/lib/utils/file.ts";

Check if a folder is empty in Deno

type

(path: string) => unknown