Skip to main content
This package has been archived, and as such it is read-only.

Built and signed on GitHub Actions

DEPRECATED: Use builtin permission APIs

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
82%
Published
11 months ago (0.224.0)
Deprecated

Use the Deno Permissions API directly instead. This module will be removed once the Standard Library migrates to JSR.

Helpers for interacting with Deno's permissions system.

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@std/permissions

Import symbol

import * as permissions from "@std/permissions";

---- OR ----

Import directly with a jsr specifier

import * as permissions from "jsr:@std/permissions";

Add Package

npx jsr add @std/permissions

Import symbol

import * as permissions from "@std/permissions";

Add Package

yarn dlx jsr add @std/permissions

Import symbol

import * as permissions from "@std/permissions";

Add Package

pnpm dlx jsr add @std/permissions

Import symbol

import * as permissions from "@std/permissions";

Add Package

bunx jsr add @std/permissions

Import symbol

import * as permissions from "@std/permissions";