Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rute/utils/fs.ts>isDirectory

A Simple Router for Deno
Latest
function isDirectory
import { isDirectory } from "https://deno.land/x/rute@0.13/utils/fs.ts";

Check if path is a directory

Parameters

path: string

System path

Returns

boolean

is directory?