@nodelib/fs.stat
- Version 3.0.0
- Published
- 11.1 kB
- No dependencies
- MIT license
Install
npm i @nodelib/fs.stat
yarn add @nodelib/fs.stat
pnpm add @nodelib/fs.stat
Overview
Get the status of a file with some features
Index
Functions
Classes
Interfaces
Type Aliases
Namespaces
Functions
Classes
class Settings
class Settings {}
constructor
constructor(options?: Options);
property followSymbolicLink
readonly followSymbolicLink: boolean;
property fs
readonly fs: fs.FileSystemAdapter;
property markSymbolicLink
readonly markSymbolicLink: boolean;
property throwErrorOnBrokenSymbolicLink
readonly throwErrorOnBrokenSymbolicLink: boolean;
Interfaces
interface FileSystemAdapter
interface FileSystemAdapter {}
interface Options
interface Options {}
property followSymbolicLink
followSymbolicLink?: boolean;
property fs
fs?: Partial<fs.FileSystemAdapter>;
property markSymbolicLink
markSymbolicLink?: boolean;
property throwErrorOnBrokenSymbolicLink
throwErrorOnBrokenSymbolicLink?: boolean;
Type Aliases
type AsyncCallback
type AsyncCallback = (error: ErrnoException | null, stats: Stats) => void;
type StatAsynchronousMethod
type StatAsynchronousMethod = ( path: string, callback: (error: ErrnoException | null, stats: fs.Stats) => void) => void;
type Stats
type Stats = fs.Stats;
type StatSynchronousMethod
type StatSynchronousMethod = (path: string) => fs.Stats;
Namespaces
namespace stat
namespace stat {}
Package Files (5)
Dependencies (0)
No dependencies.
Dev Dependencies (1)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@nodelib/fs.stat
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@nodelib/fs.stat)
- HTML<a href="https://www.jsdocs.io/package/@nodelib/fs.stat"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3275 ms. - Missing or incorrect documentation? Open an issue for this package.