@stamhoofd/structures
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -6,6 +6,6 @@ import { AutoEncoder } from '@simonbackx/simple-encoding'; | ||
settings: GroupSettings; | ||
static defaultSort(a: Group, b: Group): 0 | 1 | -1; | ||
static nameSort(a: Group, b: Group): 0 | 1 | -1; | ||
static defaultSort(this: unknown, a: Group, b: Group): 0 | 1 | -1; | ||
static nameSort(this: unknown, a: Group, b: Group): 0 | 1 | -1; | ||
} | ||
export declare const GroupPatch: typeof AutoEncoder & (new () => import("@simonbackx/simple-encoding").AutoEncoderPatchType<Group>); | ||
//# sourceMappingURL=Group.d.ts.map |
@@ -18,3 +18,3 @@ "use strict"; | ||
// name | ||
return this.nameSort(a, b); | ||
return Group.nameSort(a, b); | ||
} | ||
@@ -27,3 +27,3 @@ if (a.settings.minBirthYear > b.settings.minBirthYear) { | ||
} | ||
return this.nameSort(a, b); | ||
return Group.nameSort(a, b); | ||
} | ||
@@ -30,0 +30,0 @@ static nameSort(a, b) { |
@@ -6,6 +6,6 @@ import { AutoEncoder } from '@simonbackx/simple-encoding'; | ||
settings: GroupSettings; | ||
static defaultSort(a: Group, b: Group): 0 | 1 | -1; | ||
static nameSort(a: Group, b: Group): 0 | 1 | -1; | ||
static defaultSort(this: unknown, a: Group, b: Group): 0 | 1 | -1; | ||
static nameSort(this: unknown, a: Group, b: Group): 0 | 1 | -1; | ||
} | ||
export declare const GroupPatch: typeof AutoEncoder & (new () => import("@simonbackx/simple-encoding").AutoEncoderPatchType<Group>); | ||
//# sourceMappingURL=Group.d.ts.map |
@@ -15,3 +15,3 @@ import { __decorate } from "tslib"; | ||
// name | ||
return this.nameSort(a, b); | ||
return Group.nameSort(a, b); | ||
} | ||
@@ -24,3 +24,3 @@ if (a.settings.minBirthYear > b.settings.minBirthYear) { | ||
} | ||
return this.nameSort(a, b); | ||
return Group.nameSort(a, b); | ||
} | ||
@@ -27,0 +27,0 @@ static nameSort(a, b) { |
{ | ||
"name": "@stamhoofd/structures", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./esm/dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144908