JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 435
  • Score
    100M100P100Q84761F
  • License MIT

Package Exports

  • @zarrita/typedarray

Readme

⚠️ @zarrita/typedarray

NPM License

ArrayBuffer-backed containers for zarrita.js.

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 {
    BoolArray,
    ByteStringArray,
    UnicodeStringArray,
} from "@zarrita/typedarray";

After

import {
    BoolArray,
    ByteStringArray,
    UnicodeStringArray,
} from "zarrita";

Read the documentation to learn more.

License

MIT