Deno.FileInfo.isFile - Deno documentation
property Deno.FileInfo.isFile

True if this is info for a regular file. Mutually exclusive to FileInfo.isDirectory and FileInfo.isSymlink.

Type

boolean