Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

path.DirectoryPath

A directory path.

type DirectoryPath<P> = {
directory: P;
}
;

§Type Parameters

§Type

§
{
directory: P;
}
[src]