initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
9
github/codeql-action-v2/node_modules/uuid/dist/cjs/v5.d.ts
generated
vendored
Normal file
9
github/codeql-action-v2/node_modules/uuid/dist/cjs/v5.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { UUIDTypes } from './types.js';
|
||||
export { DNS, URL } from './v35.js';
|
||||
declare function v5(value: string | Uint8Array, namespace: UUIDTypes, buf?: undefined, offset?: number): string;
|
||||
declare function v5(value: string | Uint8Array, namespace: UUIDTypes, buf: Uint8Array, offset?: number): Uint8Array;
|
||||
declare namespace v5 {
|
||||
var DNS: string;
|
||||
var URL: string;
|
||||
}
|
||||
export default v5;
|
||||
Loading…
Add table
Add a link
Reference in a new issue