Skip to main content
StatsBase - fs - Node documentation
interface StatsBase

Usage in Deno

import { type StatsBase } from "node:fs";

Type Parameters

T

Properties

Methods

isFile(): boolean
isDirectory(): boolean
isBlockDevice(): boolean
isCharacterDevice(): boolean
isFIFO(): boolean
isSocket(): boolean