b0ee2d8d8c384e28702c1ea36798b09c4d63dbd2530e4cf1a2a5aa43059c950e1661652c077f27d28b161842634ff76d07da6f767cc23c3e814ce4c1f51d2b 294 B

1234567891011
  1. export declare class VirtualStats {
  2. constructor(config: any);
  3. private _checkModeProperty;
  4. isDirectory(): boolean;
  5. isFile(): boolean;
  6. isBlockDevice(): boolean;
  7. isCharacterDevice(): boolean;
  8. isSymbolicLink(): boolean;
  9. isFIFO(): boolean;
  10. isSocket(): boolean;
  11. }