MyRepo-Ums/node_modules/@sigstore/sign/dist/signer/index.d.ts
2024-01-19 11:09:11 +01:00

3 lines
147 B
TypeScript

export { DEFAULT_FULCIO_URL, FulcioSigner, FulcioSignerOptions, } from './fulcio';
export type { KeyMaterial, Signature, Signer } from './signer';