refactor start
This commit is contained in:
parent
bd49791e06
commit
e46d25f0b7
16699 changed files with 2 additions and 1484887 deletions
7
home/ags/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts
generated
vendored
7
home/ags/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts
generated
vendored
|
|
@ -1,7 +0,0 @@
|
|||
/// <reference types="node" />
|
||||
import type Settings from '../settings';
|
||||
import type { Entry } from '../types';
|
||||
export declare type AsyncCallback = (error: NodeJS.ErrnoException, entries: Entry[]) => void;
|
||||
export declare function read(directory: string, settings: Settings, callback: AsyncCallback): void;
|
||||
export declare function readdirWithFileTypes(directory: string, settings: Settings, callback: AsyncCallback): void;
|
||||
export declare function readdir(directory: string, settings: Settings, callback: AsyncCallback): void;
|
||||
Loading…
Add table
Add a link
Reference in a new issue