%PDF- %PDF-
Direktori : /var/www/html/node_modules/@nodelib/fs.walk/out/types/ |
Current File : /var/www/html/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; }