Initial commit
This commit is contained in:
7
node_modules/compare-versions/lib/esm/utils.d.ts
generated
vendored
Normal file
7
node_modules/compare-versions/lib/esm/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Allowed arithmetic operators
|
||||
*/
|
||||
export type CompareOperator = '>' | '>=' | '=' | '<' | '<=' | '!=';
|
||||
export declare const semver: RegExp;
|
||||
export declare const validateAndParse: (version: string) => RegExpMatchArray;
|
||||
export declare const compareSegments: (a: string | string[] | RegExpMatchArray, b: string | string[] | RegExpMatchArray) => 0 | 1 | -1;
|
||||
Reference in New Issue
Block a user