Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/bundlee/mod.ts>Bundlee#restore

Bundle static assets to a single JSON-file.
Go to Latest
method Bundlee.prototype.restore
import { Bundlee } from "https://deno.land/x/bundlee@0.9.4/mod.ts";

Restores all files in the bundle to the filesystem, including their modified time.

Parameters

targetPath: string

The path to restore files to.

Returns

Promise<void>

A promise that resolves when all files are restored.