@deephaven/utils
Advanced tools
Comparing version 0.93.0 to 0.93.1-alpha-test-utils.3
@@ -27,5 +27,3 @@ export * from './DataUtils'; | ||
export { default as ValidationError } from './ValidationError'; | ||
export { default as TestUtils } from './TestUtils'; | ||
export * from './TestUtils'; | ||
export * from './UIConstants'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -26,5 +26,3 @@ export * from "./DataUtils.js"; | ||
export { default as ValidationError } from "./ValidationError.js"; | ||
export { default as TestUtils } from "./TestUtils.js"; | ||
export * from "./TestUtils.js"; | ||
export * from "./UIConstants.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -36,8 +36,2 @@ import type { Component, FunctionComponent } from 'react'; | ||
/** | ||
* Tuple type. | ||
* @param T Type of the items in the tuple | ||
* @param N Length of the tuple | ||
*/ | ||
export type Tuple<T, N extends number> = N extends 0 ? [] : N extends 1 ? [T] : N extends 2 ? [T, T] : N extends 3 ? [T, T, T] : N extends 4 ? [T, T, T, T] : N extends 5 ? [T, T, T, T, T] : N extends 6 ? [T, T, T, T, T, T] : N extends 7 ? [T, T, T, T, T, T, T] : N extends 8 ? [T, T, T, T, T, T, T, T] : N extends 9 ? [T, T, T, T, T, T, T, T, T] : N extends 10 ? [T, T, T, T, T, T, T, T, T, T] : Array<T>; | ||
/** | ||
* Remove `Partial` wrapper from a type. Note that this is slightly different | ||
@@ -44,0 +38,0 @@ * than `Required` because it will preserve optional properties on the original |
{ | ||
"name": "@deephaven/utils", | ||
"version": "0.93.0", | ||
"version": "0.93.1-alpha-test-utils.3+5e69e2c1", | ||
"description": "Deephaven Utils", | ||
@@ -31,3 +31,6 @@ "author": "Deephaven Data Labs LLC", | ||
}, | ||
"gitHead": "1503a37f687860ed63e5fd009fc2fb9416e40eef" | ||
"devDependencies": { | ||
"@deephaven/test-utils": "^0.93.1-alpha-test-utils.3+5e69e2c1" | ||
}, | ||
"gitHead": "5e69e2c1e6d3d6aaf6e58b7577606145d78d5393" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
171957
1
111
1636
1