Skip to main content
Home

Built and signed on GitHub Actions

uncompress rar file for deno

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
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
94%
Published
a year ago (1.0.2)
interface UnrarInterface

Defines the methods and events that an object must implement to be considered an UnrarInterface.

Methods

uncompress(
src: string,
dest: string,
options: Options,
): Promise<void>

Uncompresses a RAR file to a destination directory.

on(
event: "progress",
listener: Listener,
): this

Adds a listener for the 'progress' event.

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:@deno-library/unrar

Import symbol

import { type UnrarInterface } from "@deno-library/unrar";
or

Import directly with a jsr specifier

import { type UnrarInterface } from "jsr:@deno-library/unrar";

Add Package

pnpm i jsr:@deno-library/unrar
or (using pnpm 10.8 or older)
pnpm dlx jsr add @deno-library/unrar

Import symbol

import { type UnrarInterface } from "@deno-library/unrar";

Add Package

yarn add jsr:@deno-library/unrar
or (using Yarn 4.8 or older)
yarn dlx jsr add @deno-library/unrar

Import symbol

import { type UnrarInterface } from "@deno-library/unrar";

Add Package

vlt install jsr:@deno-library/unrar

Import symbol

import { type UnrarInterface } from "@deno-library/unrar";

Add Package

npx jsr add @deno-library/unrar

Import symbol

import { type UnrarInterface } from "@deno-library/unrar";

Add Package

bunx jsr add @deno-library/unrar

Import symbol

import { type UnrarInterface } from "@deno-library/unrar";