KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
mocks
<internal>
StatFs
Class StatFs<T>
Statistics about a file system, like
fs.StatFs
.
Type Parameters
T
=
TStatNumber
Implements
IStatFs
<
T
>
Index
Constructors
constructor
Properties
bavail
bfree
blocks
bsize
ffree
files
type
Methods
build
Constructors
constructor
new
StatFs
<
T
=
TStatNumber
>
()
:
StatFs
<
T
>
Type Parameters
T
=
TStatNumber
Returns
StatFs
<
T
>
Properties
bavail
bavail
:
T
bfree
bfree
:
T
blocks
blocks
:
T
bsize
bsize
:
T
ffree
ffree
:
T
files
files
:
T
type
type
:
T
Methods
Static
build
build
(
superblock
:
Superblock
,
bigint
:
false
)
:
StatFs
<
number
>
Parameters
superblock
:
Superblock
bigint
:
false
Returns
StatFs
<
number
>
build
(
superblock
:
Superblock
,
bigint
:
true
)
:
StatFs
<
bigint
>
Parameters
superblock
:
Superblock
bigint
:
true
Returns
StatFs
<
bigint
>
build
(
superblock
:
Superblock
,
bigint
?:
boolean
)
:
StatFs
<
TStatNumber
>
Parameters
superblock
:
Superblock
Optional
bigint
:
boolean
Returns
StatFs
<
TStatNumber
>
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
bavail
bfree
blocks
bsize
ffree
files
type
Methods
build
Github
KC's Workspace
Loading...
Statistics about a file system, like
fs.StatFs.