MyRepo-Ums/node_modules/@sigstore/sign/dist/signer/index.d.ts

3 lines
147 B
TypeScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
export { DEFAULT_FULCIO_URL, FulcioSigner, FulcioSignerOptions, } from './fulcio';
export type { KeyMaterial, Signature, Signer } from './signer';