Skip to main content
Home

Built and signed on GitHub Actions

environment wrapper, supports all JS environment including node, deno, bun, edge runtime, and cloudflare worker

This package works with Cloudflare Workers, Node.js, Deno, Bun
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
82%
Published
a year ago (0.1.3)

This module is under Node.js environment. It provides a set of APIs to interact with the file system, streams, and other Node.js built-in modules.

Use this under "node" condition,

For example:

node -e "const env = require('@llamaindex/env');"
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@llamaindex/env

Import symbol

import * as env from "@llamaindex/env";
or

Import directly with a jsr specifier

import * as env from "jsr:@llamaindex/env";

Add Package

pnpm i jsr:@llamaindex/env
or (using pnpm 10.8 or older)
pnpm dlx jsr add @llamaindex/env

Import symbol

import * as env from "@llamaindex/env";

Add Package

yarn add jsr:@llamaindex/env
or (using Yarn 4.8 or older)
yarn dlx jsr add @llamaindex/env

Import symbol

import * as env from "@llamaindex/env";

Add Package

npx jsr add @llamaindex/env

Import symbol

import * as env from "@llamaindex/env";

Add Package

bunx jsr add @llamaindex/env

Import symbol

import * as env from "@llamaindex/env";