Skip to main content

A blazingly fast, single-file, zero dependency JavaScript expression parser.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
3 months ago (1.0.2)

Add Package

deno add jsr:@anpete/fastexpr

Import symbol

import { type BinaryExpression } from "@anpete/fastexpr";

---- OR ----

Import directly with a jsr specifier

import { type BinaryExpression } from "jsr:@anpete/fastexpr";

Add Package

npx jsr add @anpete/fastexpr

Import symbol

import { type BinaryExpression } from "@anpete/fastexpr";

Add Package

yarn dlx jsr add @anpete/fastexpr

Import symbol

import { type BinaryExpression } from "@anpete/fastexpr";

Add Package

pnpm dlx jsr add @anpete/fastexpr

Import symbol

import { type BinaryExpression } from "@anpete/fastexpr";

Add Package

bunx jsr add @anpete/fastexpr

Import symbol

import { type BinaryExpression } from "@anpete/fastexpr";