UNPKG

125 BTypeScriptView Raw
1export default function parseLinkHeader(link: string): {
2 reference: string;
3 parameters: Record<string, string>;
4}[];