UNPKG

got

Version:

Human-friendly and powerful HTTP request library for Node.js

5 lines (4 loc) 125 B
export default function parseLinkHeader(link: string): { reference: string; parameters: Record<string, string>; }[];