@thi.ng/api
Advanced tools
Comparing version 4.0.2 to 4.0.3
12
api.d.ts
@@ -85,5 +85,8 @@ export declare const DEFAULT_EPS = 0.000001; | ||
/** | ||
* Compares this value with given value `x`. | ||
* Must follow same contract as `Comparator`. | ||
* Compares this value with given value `x`. MUST follow same | ||
* contract as `Comparator`. MUST return 0 if the type also | ||
* implements `IEquiv` and `equiv` returns true for same `x`. | ||
* | ||
* Also see `IHash`. | ||
* | ||
* @param x | ||
@@ -144,2 +147,4 @@ */ | ||
* `@IEnable` decorator mixin | ||
* | ||
* @param T type for enable/disable option arg | ||
*/ | ||
@@ -169,2 +174,5 @@ export interface IEnable<T> { | ||
} | ||
/** | ||
* @param T value type | ||
*/ | ||
export interface IEqualsDelta<T> { | ||
@@ -171,0 +179,0 @@ /** |
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="4.0.3"></a> | ||
## [4.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.0.2...@thi.ng/api@4.0.3) (2018-05-14) | ||
**Note:** Version bump only for package @thi.ng/api | ||
<a name="4.0.2"></a> | ||
@@ -8,0 +16,0 @@ ## [4.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.0.1...@thi.ng/api@4.0.2) (2018-05-14) |
{ | ||
"name": "@thi.ng/api", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Common, generic types & interfaces for thi.ng projects", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
39311
719