summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/tuf-js/dist/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/tuf-js/dist/index.d.ts')
-rw-r--r--deps/npm/node_modules/tuf-js/dist/index.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/node_modules/tuf-js/dist/index.d.ts b/deps/npm/node_modules/tuf-js/dist/index.d.ts
index bfe3adcac2..b4d1bc2b9c 100644
--- a/deps/npm/node_modules/tuf-js/dist/index.d.ts
+++ b/deps/npm/node_modules/tuf-js/dist/index.d.ts
@@ -1,3 +1,3 @@
-export { BaseFetcher } from './fetcher';
-export { TargetFile } from './models/file';
+export { TargetFile } from '@tufjs/models';
+export { BaseFetcher, Fetcher } from './fetcher';
export { Updater } from './updater';