Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/zipjs/index.js>FS#find

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Go to Latest
method FS.prototype.find
import { FS } from "https://deno.land/x/zipjs@v2.7.40/index.js";

Returns a ZipEntry instance from its full filename

Parameters

fullname: string

The full filename.

Returns

ZipEntry | undefined

The ZipEntry instance.