CycloneDX JavaScript Library - Node - v9.4.0
Preparing search index...
Contrib
License
Utils
FsUtils
Interface FsUtils<P>
interface
FsUtils
<
P
extends
string
>
{
readdirSync
:
(
path
:
P
)
=>
P
[]
;
readFileSync
:
(
path
:
P
)
=>
Buffer
;
statSync
:
(
path
:
P
)
=>
Stats
;
}
Type Parameters
P
extends
string
Hierarchy (
View Summary
)
FsUtils
Utils
.
LicenseUtility
.
FsUtils
Index
Properties
readdir
Sync
read
File
Sync
stat
Sync
Properties
readdir
Sync
readdirSync
:
(
path
:
P
)
=>
P
[]
read
File
Sync
readFileSync
:
(
path
:
P
)
=>
Buffer
stat
Sync
statSync
:
(
path
:
P
)
=>
Stats
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
readdir
Sync
read
File
Sync
stat
Sync
CycloneDX JavaScript Library - Node - v9.4.0
Loading...