JSPM

  • Created
  • Published
  • Downloads 1612
  • Score
    100M100P100Q103914F
  • License MIT

Package Exports

  • @zarrita/indexing

Readme

⚠️ @zarrita/indexing

NPM License

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