Files
pyrofetes-frontend/node_modules/tuf-js/dist/index.d.ts
T
2026-05-26 11:58:39 +02:00

7 lines
253 B
TypeScript

export { TargetFile } from '@tufjs/models';
export { BaseFetcher } from './fetcher';
export { Updater } from './updater';
export type { Config } from './config';
export type { Fetcher } from './fetcher';
export type { UpdaterOptions } from './updater';