Skip to content

Commit 1a67022

Browse files
committed
build: add missing setMatrixElement export
1 parent d325c52 commit 1a67022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/typescript/itk-wasm/src/index-common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export { default as copyImage } from './copy-image.js'
88
export { default as stackImages } from './stack-images.js'
99
export { default as getFileExtension } from './get-file-extension.js'
1010
export { default as getMatrixElement } from './get-matrix-element.js'
11+
export { default as setMatrixElement } from './set-matrix-element.js'
1112
export { default as castImage } from './cast-image.js'
1213

1314
export type { default as TypedArray } from './typed-array.js'

0 commit comments

Comments
 (0)