From 33f91fb45c54cc13b706347f8ee5ee082653a9c1 Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Wed, 28 Dec 2016 13:55:26 +0100 Subject: [PATCH] Removed toString() --- http-link-header/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/http-link-header/index.d.ts b/http-link-header/index.d.ts index 615d94f76b..b24b01ee4a 100644 --- a/http-link-header/index.d.ts +++ b/http-link-header/index.d.ts @@ -14,6 +14,5 @@ export interface Link { get: (attribute: string, value: string) => Reference; rel: (value: string) => Reference; set: (ref: Reference) => Reference; - toString: () => string; } export function parse(header: string): Link;