Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: 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>;