interface StatsBase
Usage in Deno
```typescript import { type StatsBase } from "node:node__fs.d.ts"; ```
isFile(): boolean
isDirectory(): boolean
isBlockDevice(): boolean
isCharacterDevice(): boolean
isSymbolicLink(): boolean
isFIFO(): boolean
isSocket(): boolean