📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 04:16:30
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
@nodelib
/
fs.stat
/
out
/
adapters
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/@nodelib/fs.stat/out/adapters
🔄 Refresh
✏️
Editing: fs.d.ts
Writable
/// <reference types="node" /> import * as fs from 'fs'; import type { ErrnoException } from '../types'; export declare type StatAsynchronousMethod = (path: string, callback: (error: ErrnoException | null, stats: fs.Stats) => void) => void; export declare type StatSynchronousMethod = (path: string) => fs.Stats; export interface FileSystemAdapter { lstat: StatAsynchronousMethod; stat: StatAsynchronousMethod; lstatSync: StatSynchronousMethod; statSync: StatSynchronousMethod; } export declare const FILE_SYSTEM_ADAPTER: FileSystemAdapter; export declare function createFileSystemAdapter(fsMethods?: Partial<FileSystemAdapter>): FileSystemAdapter;
💾 Save Changes
❌ Cancel