Interface: MemoryMappedOptions
Defined in: src/types.ts:170
Properties
readonly
ts
readonly: boolean;Defined in: src/types.ts:171
offset?
ts
optional offset?: number;Defined in: src/types.ts:172
shape?
ts
optional shape?: number[];Defined in: src/types.ts:173
dtype?
ts
optional dtype?: NumericType;Defined in: src/types.ts:174