Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FileLocation

import type { FileLocation } from "https://googleapis.deno.dev/v1/ondemandscanning:v1.ts";

Indicates the location at which a package was found.

interface FileLocation {
filePath?: string;
}

§Properties

§
filePath?: string
[src]

For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.