3 lines
215 B
TypeScript
Executable file
3 lines
215 B
TypeScript
Executable file
export { DEFAULT_REKOR_URL, RekorWitness, RekorWitnessOptions } from './tlog';
|
|
export { TSAWitness, TSAWitnessOptions } from './tsa';
|
|
export type { SignatureBundle, VerificationMaterial, Witness } from './witness';
|