Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score100%
Publisheda year ago (1.0.5)

A small zero-dependency library for working with Unix permission representations.

chmod

JSR

A small zero-dependency library for working with Unix permission representations.

Development

Run tests:

deno test --doc .
Built and signed on
GitHub Actions

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:@ayakovlenko/chmod

Import symbol

import * as chmod from "@ayakovlenko/chmod";
or

Import directly with a jsr specifier

import * as chmod from "jsr:@ayakovlenko/chmod";

Add Package

pnpm i jsr:@ayakovlenko/chmod
or (using pnpm 10.8 or older)
pnpm dlx jsr add @ayakovlenko/chmod

Import symbol

import * as chmod from "@ayakovlenko/chmod";

Add Package

yarn add jsr:@ayakovlenko/chmod
or (using Yarn 4.8 or older)
yarn dlx jsr add @ayakovlenko/chmod

Import symbol

import * as chmod from "@ayakovlenko/chmod";

Add Package

vlt install jsr:@ayakovlenko/chmod

Import symbol

import * as chmod from "@ayakovlenko/chmod";

Add Package

npx jsr add @ayakovlenko/chmod

Import symbol

import * as chmod from "@ayakovlenko/chmod";

Add Package

bunx jsr add @ayakovlenko/chmod

Import symbol

import * as chmod from "@ayakovlenko/chmod";