DIR: /proc/self/root/usr/share/node_modules/@nodelib/fs.walk/out/types/ |
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; } |