Skip to content

Commit 0e9d818

Browse files
committed
fix #3517: printTransformDependencies not exported in the type definitions
1 parent 006274d commit 0e9d818

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Fix: #3519, #3368 categories "Core functions" and "Construction functions"
66
missing from the generated function overview.
7+
- Fix #3517: `printTransformDependencies` not exported in the type definitions.
78

89
# 2025-07-25, 14.6.0
910

types/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4079,7 +4079,8 @@ export const {
40794079
concatTransformDependencies,
40804080
stdTransformDependencies,
40814081
sumTransformDependencies,
4082-
varianceTransformDependencies
4082+
varianceTransformDependencies,
4083+
printTransformDependencies
40834084
}: Record<string, FactoryFunctionMap>
40844085

40854086
export interface Matrix<T = MathGeneric> {

0 commit comments

Comments
 (0)