D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
sigstore
/
dist
/
tuf
/
Filename :
index.d.ts
back
Copy
import * as sigstore from '../types/sigstore'; export interface TUFOptions { mirrorURL?: string; rootPath?: string; } export declare function getTrustedRoot(cachePath: string, options?: TUFOptions): Promise<sigstore.TrustedRoot>;