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/stream.d.ts
generated
vendored
Normal file
13
github/codeql-action-v1/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/// <reference types="node" />
|
||||
import { Readable } from 'stream';
|
||||
import AsyncReader from '../readers/async';
|
||||
import Settings from '../settings';
|
||||
export default class StreamProvider {
|
||||
private readonly _root;
|
||||
private readonly _settings;
|
||||
protected readonly _reader: AsyncReader;
|
||||
protected readonly _stream: Readable;
|
||||
constructor(_root: string, _settings: Settings);
|
||||
read(): Readable;
|
||||
}
|
||||
//# sourceMappingURL=stream.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue