Package Exports
- @zarrita/indexing
Readme
⚠️ @zarrita/indexing
Fancy indexing and slicing for Zarr arrays.
This package has been deprecated and its functionality is now part of zarrita.
Migration
If you were using @zarrita/typedarray, switch to zarrita:
Before
import { get, set, slice, type Slice, type Indices } from "@zarrita/indexing";After
import { get, set, slice, type Slice, type Indices } from "zarrita";Read the documentation to learn more.
License
MIT