Skip to content

Commit

Permalink
build: add missing setMatrixElement export
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 29, 2024
1 parent 4f98dee commit c0ab33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/typescript/itk-wasm/src/index-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export { default as copyImage } from './copy-image.js'
export { default as stackImages } from './stack-images.js'
export { default as getFileExtension } from './get-file-extension.js'
export { default as getMatrixElement } from './get-matrix-element.js'
export { default as setMatrixElement } from './set-matrix-element.js'
export { default as castImage } from './cast-image.js'

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

0 comments on commit c0ab33a

Please sign in to comment.