/
home
/
techb158
/
balavpn.abdallabala.com
/
node_modules
/
@nodelib
/
fs.scandir
/
out
/
types
/
/home/techb158/balavpn.abdallabala.com/node_modules/@nodelib/fs.scandir/out/types
mkdir
upload
Name
Size
Mode
Actions
index.d.ts
530
0666
edit
dl
rm
index.js
77
0666
edit
dl
rm
Edit:
/home/techb158/balavpn.abdallabala.com/node_modules/@nodelib/fs.scandir/out/types/index.d.ts
(530B)
/// <reference types="node" /> import type * as fs from 'fs'; export interface Entry { dirent: Dirent; name: string; path: string; stats?: Stats; } export declare type Stats = fs.Stats; export declare type ErrnoException = NodeJS.ErrnoException; export interface Dirent { isBlockDevice: () => boolean; isCharacterDevice: () => boolean; isDirectory: () => boolean; isFIFO: () => boolean; isFile: () => boolean; isSocket: () => boolean; isSymbolicLink: () => boolean; name: string; }
Save
cmd:
run