import { getFileInfoType } from "https://deno.land/x/deno@v0.28.0/std/fs/utils.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/x/deno@v0.28.0/std/fs/utils.ts";
Get a human readable file type string.
A FileInfo describes a file and is returned by stat
,
lstat