1.0.5 • Published 6 months ago

@types/proto-fetch v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for proto-fetch 1.0
// Project: https://github.com/bergos/proto-fetch
// Definitions by: tpluscode <https://github.com/tpluscode>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function factory(protocols: Record<string, (url: any, options?: any) => unknown>): typeof fetch;

export  = factory;

Additional Details

  • Last updated: Tue, 15 Feb 2022 00:01:36 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by tpluscode.

1.0.5

6 months ago

1.0.4

7 months ago

1.0.3

8 months ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago