@types/parse-prefer-header
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Installation

npm install --save @types/parse-prefer-header

Summary

This package contains type definitions for parse-prefer-header (https://github.com/ppaskaris/node-parse-prefer-header).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-prefer-header.

index.d.ts

declare function parsePreferHeader(
    preferHeader: string | readonly string[] | null | undefined,
): { [key: string]: string | true };

export = parsePreferHeader;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: none

Credits

These definitions were written by Vincenzo Chianese, and Marcell Toth.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/parse-prefer-header

Weekly Downloads

152

Version

1.0.5

License

MIT

Unpacked Size

3.18 kB

Total Files

5

Last publish

Collaborators

  • types