????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@nodelib/fs.walk/out/types/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/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; }