import { getFileInfoType } from "https://deno.land/std@0.153.0/fs/_util.ts";
Get a human readable file type string.
Parameters
fileInfo: Deno.FileInfo
A FileInfo describes a file and is returned by stat
,
lstat
import { getFileInfoType } from "https://deno.land/std@0.153.0/fs/_util.ts";
Get a human readable file type string.
A FileInfo describes a file and is returned by stat
,
lstat