source: trip-planner-front/node_modules/@nodelib/fs.walk/out/types/index.d.ts@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 251 bytes
Line 
1/// <reference types="node" />
2import type * as scandir from '@nodelib/fs.scandir';
3export declare type Entry = scandir.Entry;
4export declare type Errno = NodeJS.ErrnoException;
5export interface QueueItem {
6 directory: string;
7 base?: string;
8}
Note: See TracBrowser for help on using the repository browser.