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