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

x/globber/src/globber.ts>GlobEntry

Include and excludes files and directories from a deep search of the provided root directory
Latest
interface GlobEntry
implements [Deno.DirEntry]
import { type GlobEntry } from "https://deno.land/x/globber@0.1.0/src/globber.ts";

Properties

name: string

The basename of the entry.

absolute: string

The absolute path to the entry.

relative: string

The path relative to the provided cwd or default Deno.cwd().