initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
7
github/codeql-action-v2/node_modules/is-bun-module/dist/cjs/index.d.ts
generated
vendored
Normal file
7
github/codeql-action-v2/node_modules/is-bun-module/dist/cjs/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
type SemVerStringified = `${number}.${number}.${number}`;
|
||||
type Version = SemVerStringified | "latest";
|
||||
declare const MINIMUM_BUN_VERSION = "1.0.0";
|
||||
declare function isBunModule(moduleName: string, bunVersion?: Version): boolean;
|
||||
declare function isSupportedNodeModule(moduleName: string, bunVersion?: Version): boolean;
|
||||
|
||||
export { MINIMUM_BUN_VERSION, type Version, isBunModule, isSupportedNodeModule };
|
||||
Loading…
Add table
Add a link
Reference in a new issue