PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@sigstore/sign/dist/bundler

Просмотр файла: dsse.d.ts

/// <reference types="node" />
import { Artifact, BaseBundleBuilder, BundleBuilderOptions } from './base';
import type { BundleWithDsseEnvelope } from '@sigstore/bundle';
import type { Signature } from '../signer';
export declare class DSSEBundleBuilder extends BaseBundleBuilder<BundleWithDsseEnvelope> {
    constructor(options: BundleBuilderOptions);
    protected prepare(artifact: Artifact): Promise<Buffer>;
    protected package(artifact: Artifact, signature: Signature): Promise<BundleWithDsseEnvelope>;
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!