@ansible/ansible-ui-framework 0.0.638 → 0.0.639

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
- export declare function compareUnknowns(a: unknown | undefined | null, b: unknown | undefined | null): 1 | -1 | 0;
2
- export declare function compareStrings(a: string | undefined | null, b: string | undefined | null): 1 | -1 | 0;
3
- export declare function compareNumbers(a: number | undefined | null, b: number | undefined | null): 1 | -1 | 0;
1
+ export declare function compareUnknowns(a: unknown | undefined | null, b: unknown | undefined | null): 0 | 1 | -1;
2
+ export declare function compareStrings(a: string | undefined | null, b: string | undefined | null): 0 | 1 | -1;
3
+ export declare function compareNumbers(a: number | undefined | null, b: number | undefined | null): 0 | 1 | -1;