Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
fast-glob
/
out
/
tests
/
utils
📤 Upload
📝 New File
📁 New Folder
Close
Editing: entry.d.ts
import { Entry } from '../../types'; declare class EntryBuilder { private _isFile; private _isDirectory; private _isSymbolicLink; private readonly _entry; path(filepath: string): this; file(): this; directory(): this; symlink(): this; stats(): this; build(): Entry; } export declare function builder(): EntryBuilder; export {};
Save
Cancel