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/common.d.ts
generated
vendored
Normal file
7
github/codeql-action-v1/node_modules/@nodelib/fs.walk/out/readers/common.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import Settings, { FilterFunction } from '../settings';
|
||||
import { Errno } from '../types';
|
||||
export declare function isFatalError(settings: Settings, error: Errno): boolean;
|
||||
export declare function isAppliedFilter<T>(filter: FilterFunction<T> | null, value: T): boolean;
|
||||
export declare function replacePathSegmentSeparator(filepath: string, separator: string): string;
|
||||
export declare function joinPathSegments(a: string, b: string, separator: string): string;
|
||||
//# sourceMappingURL=common.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue