PATH:
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
tuf
import * as sigstore from '../types/sigstore'; export interface TUFOptions { mirrorURL?: string; rootPath?: string; } export declare function getTrustedRoot(cachePath: string, options?: TUFOptions): Promise<sigstore.TrustedRoot>;
[+]
..
[-] target.d.ts
[open]
[-] index.js
[open]
[-] target.js
[open]
[-] index.d.ts
[open]