initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
13
github/codeql-action-v1/node_modules/@nodelib/fs.walk/out/providers/async.d.ts
generated
vendored
Normal file
13
github/codeql-action-v1/node_modules/@nodelib/fs.walk/out/providers/async.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import AsyncReader from '../readers/async';
|
||||
import Settings from '../settings';
|
||||
import { Entry, Errno } from '../types';
|
||||
export declare type AsyncCallback = (err: Errno, entries: Entry[]) => void;
|
||||
export default class AsyncProvider {
|
||||
private readonly _root;
|
||||
private readonly _settings;
|
||||
protected readonly _reader: AsyncReader;
|
||||
private readonly _storage;
|
||||
constructor(_root: string, _settings: Settings);
|
||||
read(callback: AsyncCallback): void;
|
||||
}
|
||||
//# sourceMappingURL=async.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue