UNPKG

@helia/verified-fetch

Version:

A fetch-like API for obtaining verified & trustless IPFS content on the web

8 lines 359 B
/** * This file is the entry into all things we export from the `src/plugins` directory. */ export { PluginError, PluginFatalError } from './errors.js'; export { BasePlugin } from './plugin-base.js'; export type { PluginOptions, PluginContext, VerifiedFetchPluginFactory } from './types.js'; export * from './plugins.js'; //# sourceMappingURL=index.d.ts.map