Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/globber/src/utils.ts>normalizeDirectory

Include and excludes files and directories from a deep search of the provided root directory
Latest
function normalizeDirectory
import { normalizeDirectory } from "https://deno.land/x/globber@0.1.0/src/utils.ts";

Normalize a path as a directory with a trailing slash.

Parameters

directory: string

The directory to normalize

optional
trailingSlash = [UNSUPPORTED]