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