interface StatInfo

File metadata returned by stat.

Properties

size: number

Size in bytes.

isFile: boolean

Whether the path is a regular file.

isDirectory: boolean

Whether the path is a directory.

mtime: Date

Last modification time.

atime: Date

Last access time.

Creation time.

Usage

import { type StatInfo } from ".";