function
path.default.dirname
path: string
): string;
Return the directory name of a path. Similar to the Unix dirname command.
@param path
the path to evaluate.
function
Return the directory name of a path. Similar to the Unix dirname command.
the path to evaluate.