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