rushstack.io
Docs API News GitHub Help
https://github.com/octogonz

    << Docs Index

    Home > @rushstack/node-core-library > FileSystemStats

    FileSystemStats type

    An alias for the Node.js fs.Stats object.

    Signature:

    export declare type FileSystemStats = fs.Stats;
    

    Remarks

    This avoids the need to import the fs package when using the FileSystem API.

    © 2020 Microsoft

    • Docs
    • API
    • News
    • GitHub
    • Help