UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

7 lines (6 loc) 312 B
import Image from './interface-types/image.js'; /** If SharedArrayBuffer's are available, ensure an itk.Image's buffer is a * SharedArrayBuffer. If SharedArrayBuffer's are not available, return a copy. * */ declare function imageSharedBufferOrCopy(image: Image): Image; export default imageSharedBufferOrCopy;