Home > @rushstack/node-core-library > FolderItem
FolderItem type
An alias for the Node.js fs.Dirent
object.
Signature:
export type FolderItem = fs.Dirent;
Remarks
This avoids the need to import the fs
package when using the FileSystem API.
Home > @rushstack/node-core-library > FolderItem
An alias for the Node.js fs.Dirent
object.
Signature:
export type FolderItem = fs.Dirent;
This avoids the need to import the fs
package when using the FileSystem API.