All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.esm.utils.d.ts Maven / Gradle / Ivy

The newest version!
/**
 * 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy