We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
printTransformDependencies
1 parent 006274d commit 0e9d818Copy full SHA for 0e9d818
HISTORY.md
@@ -4,6 +4,7 @@
4
5
- Fix: #3519, #3368 categories "Core functions" and "Construction functions"
6
missing from the generated function overview.
7
+- Fix #3517: `printTransformDependencies` not exported in the type definitions.
8
9
# 2025-07-25, 14.6.0
10
types/index.d.ts
@@ -4079,7 +4079,8 @@ export const {
4079
concatTransformDependencies,
4080
stdTransformDependencies,
4081
sumTransformDependencies,
4082
- varianceTransformDependencies
+ varianceTransformDependencies,
4083
+ printTransformDependencies
4084
}: Record<string, FactoryFunctionMap>
4085
4086
export interface Matrix<T = MathGeneric> {
0 commit comments