Submit
Path:
~
/
/
opt
/
alt
/
alt-nodejs18
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
sigstore
/
dist
/
ca
/
File Content:
index.d.ts
/// <reference types="node" /> /// <reference types="node" /> import { KeyObject } from 'crypto'; export interface CA { createSigningCertificate: (identityToken: string, publicKey: KeyObject, challenge: Buffer) => Promise<string[]>; } export interface CAClientOptions { fulcioBaseURL: string; } export declare class CAClient implements CA { private fulcio; constructor(options: CAClientOptions); createSigningCertificate(identityToken: string, publicKey: KeyObject, challenge: Buffer): Promise<string[]>; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
verify
---
0755
format.d.ts
260 bytes
0644
format.js
460 bytes
0644
index.d.ts
527 bytes
0644
index.js
869 bytes
0644
N4ST4R_ID | Naxtarrr