mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Removed toString()
This commit is contained in:
Vendored
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user