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/uri-js/dist/esnext/schemes/ws.d.ts
generated
vendored
Executable file
7
github/codeql-action-v1/node_modules/uri-js/dist/esnext/schemes/ws.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
import { URISchemeHandler, URIComponents } from "../uri";
|
||||
export interface WSComponents extends URIComponents {
|
||||
resourceName?: string;
|
||||
secure?: boolean;
|
||||
}
|
||||
declare const handler: URISchemeHandler;
|
||||
export default handler;
|
||||
Loading…
Add table
Add a link
Reference in a new issue