UNPKG

itk-wasm

Version:

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

5 lines (4 loc) 244 B
import PolyData from '../../interface-types/poly-data.js'; import TypedArray from '../../typed-array.js'; declare function polyDataTransferables(polyData: PolyData): Array<ArrayBuffer | TypedArray | null>; export default polyDataTransferables;