@thi.ng/api
Advanced tools
Comparing version 8.9.4 to 8.9.5
# Change Log | ||
- **Last updated**: 2023-08-22T14:39:27Z | ||
- **Last updated**: 2023-08-27T11:20:58Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/api", | ||
"version": "8.9.4", | ||
"version": "8.9.5", | ||
"description": "Common, generic types, interfaces & mixins", | ||
@@ -41,7 +41,7 @@ "type": "module", | ||
"@microsoft/api-extractor": "^7.36.4", | ||
"@thi.ng/testament": "^0.3.22", | ||
"@thi.ng/testament": "^0.3.23", | ||
"rimraf": "^5.0.1", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.6" | ||
"typedoc": "^0.25.0", | ||
"typescript": "^5.2.2" | ||
}, | ||
@@ -229,3 +229,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "74cfe3fb8de5bfcbfc1109e67604541cbd7b77aa\n" | ||
"gitHead": "5929dd20497668496af13415cdf784a4d6f69aa3\n" | ||
} |
@@ -226,3 +226,3 @@ export type ArrayLikeIterable<T> = ArrayLike<T> & Iterable<T>; | ||
*/ | ||
export declare const narrowInt: (t: IntType | "i64") => "i32" | "i8" | "i16"; | ||
export declare const narrowInt: (t: IntType | "i64") => "i8" | "i16" | "i32"; | ||
/** | ||
@@ -234,3 +234,3 @@ * Returns the next larger {@link IntType} for given type (or the same type if | ||
*/ | ||
export declare const widenInt: (t: IntType) => "i32" | "i64" | "i16"; | ||
export declare const widenInt: (t: IntType) => "i16" | "i32" | "i64"; | ||
/** | ||
@@ -237,0 +237,0 @@ * Returns the next smaller {@link UintType} for given type (or the same type if |
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