DIR: /proc/self/root/usr/share/node_modules/@nodelib/fs.stat/out/types/ |
Current File : //proc/self/root/usr/share/node_modules/@nodelib/fs.stat/out/types/index.d.ts |
/// <reference types="node" /> import type * as fs from 'fs'; export declare type Stats = fs.Stats; export declare type ErrnoException = NodeJS.ErrnoException; |