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 365 B
const IntTypes = { Int8: 'int8', UInt8: 'uint8', Int16: 'int16', UInt16: 'uint16', Int32: 'int32', UInt32: 'uint32', Int64: 'int64', UInt64: 'uint64', SizeValueType: 'uint64', IdentifierType: 'uint64', IndexValueType: 'int64', OffsetValueType: 'int64' }; export default IntTypes; //# sourceMappingURL=int-types.js.map