@typeberry/lib 0.5.0-8992448 → 0.5.0-8a85902
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs +28 -31
- package/index.d.ts +0 -1
- package/index.js +28 -31
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -159,7 +159,6 @@ declare class Compatibility {
|
|
|
159
159
|
static is(...version: GpVersion[]): boolean;
|
|
160
160
|
static isSuite(suite: TestSuite, version?: GpVersion): boolean;
|
|
161
161
|
static isGreaterOrEqual(version: GpVersion): boolean;
|
|
162
|
-
static isLessThan(version: GpVersion): boolean;
|
|
163
162
|
/**
|
|
164
163
|
* Allows selecting different values for different Gray Paper versions from one record.
|
|
165
164
|
*
|