Skip to main content
Home

Built and signed on GitHub Actions

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
58%
Published
a year ago (0.0.1)
Package root>README.md
# @lector/primitives [![JSR](https://jsr.io/badges/@lector/primitives)](https://jsr.io/@lector/primitives) [![JSR Score](https://jsr.io/badges/@lector/primitives/score)](https://jsr.io/@lector/primitives) Primitives for building and extending readers, including definitions for context, parsers, modes, commands, plugins, and more. ## Installation With Deno ```sh deno add @lector/primitives ``` With Bun ```sh bunx jsr add @lector/primitives ``` With npm ```sh npx jsr add @lector/primitives ``` With Yarn ```sh yarn dlx jsr add @lector/primitives ``` With pnpm ```sh pnpm dlx jsr add @lector/primitives ``` ## Documentation [Primitives](https://lector.pages.dev/docs/primitives) ## Changelog [Changelog](CHANGELOG.md) ## License [MIT](../../LICENSE)