UNPKG

itk-wasm

Version:

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

16 lines (15 loc) 444 B
declare const IntTypes: { readonly Int8: "int8"; readonly UInt8: "uint8"; readonly Int16: "int16"; readonly UInt16: "uint16"; readonly Int32: "int32"; readonly UInt32: "uint32"; readonly Int64: "int64"; readonly UInt64: "uint64"; readonly SizeValueType: "uint64"; readonly IdentifierType: "uint64"; readonly IndexValueType: "int64"; readonly OffsetValueType: "int64"; }; export default IntTypes;