@thi.ng/api
Advanced tools
Comparing version 8.11.19 to 8.11.20
# Change Log | ||
- **Last updated**: 2025-01-29T16:25:48Z | ||
- **Last updated**: 2025-02-13T16:03:11Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
/** | ||
* Class behavior mixin based on: | ||
* - http://raganwald.com/2015/06/26/decorators-in-es7.html | ||
* http://raganwald.com/2015/06/26/decorators-in-es7.html | ||
* | ||
@@ -5,0 +5,0 @@ * Additionally only injects/overwrites properties in target, which are NOT |
{ | ||
"name": "@thi.ng/api", | ||
"version": "8.11.19", | ||
"version": "8.11.20", | ||
"description": "Common, generic types, interfaces & mixins", | ||
@@ -45,4 +45,4 @@ "type": "module", | ||
"devDependencies": { | ||
"esbuild": "^0.24.2", | ||
"typedoc": "^0.27.6", | ||
"esbuild": "^0.25.0", | ||
"typedoc": "^0.27.7", | ||
"typescript": "^5.7.3" | ||
@@ -234,3 +234,6 @@ }, | ||
}, | ||
"gitHead": "fc1d498e8d4b690db873c30cc594352a804e7a65\n" | ||
"thi.ng": { | ||
"tag": "none" | ||
}, | ||
"gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n" | ||
} |
@@ -29,3 +29,3 @@ export type Range = [number, number]; | ||
* @example | ||
* ``` | ||
* ```text | ||
* RangeValueMap[4] -> 0 | 1 | 2 | 3 | ||
@@ -32,0 +32,0 @@ * ``` |
103272