UNPKG

@types/proto-fetch

Version:
23 lines (16 loc) 728 B
# Installation > `npm install --save @types/proto-fetch` # Summary This package contains type definitions for proto-fetch (https://github.com/bergos/proto-fetch). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/proto-fetch. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/proto-fetch/index.d.ts) ````ts declare function factory(protocols: Record<string, (url: any, options?: any) => unknown>): typeof fetch; export = factory; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 09:09:39 GMT * Dependencies: none # Credits These definitions were written by [tpluscode](https://github.com/tpluscode).