itk-wasm
Version:
High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.
18 lines (15 loc) • 313 B
text/typescript
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'
} as const
export default IntTypes