On this page

These types are not exported by webpack, but they are available to TypeScript consumers.

  • lstat {LStatTypes} lstat method
  • readdir <ReaddirTypes> readdir method
  • readFile {ReadFileTypes} read file method
  • readJson <Function> read json method
  • readlink <ReadlinkTypes> read link method
  • realpath {RealPathTypes} realpath method
  • stat <StatTypes> stat method

Returns location of targetPath relative to rootPath.

Attributes
dirname:<Function>
lstat:<LStatFs>
lstatSync:
{LStatSync}
readdir:<ReaddirFs>
readdirSync:
{ReaddirSync}
readFile:<ReadFileFs>
readFileSync:
{ReadFileSync}
readJson:<Function>
readJsonSync:<Function>
readlink:<ReadlinkFs>
readlinkSync:
{ReadlinkSync}
realpath:<RealPathFs>
realpathSync:
{RealPathSync}
relative:<Function>
statSync:
{StatSync}

Returns location of targetPath relative to rootPath.

Attributes
createReadStream:<Function>
dirname:<Function>
lstat:<LStatFs>
mkdir:<Mkdir>
readdir:<ReaddirFs>
readFile:<ReadFileFs>
relative:<Function>
unlink:<Function>
writeFile:<WriteFile>

Returns location of targetPath relative to rootPath.

Attributes

& <OutputFileSystem> & <IntermediateFileSystemExtras>