haystack-nclient
Advanced tools
Comparing version 3.0.20 to 3.0.21
@@ -140,2 +140,10 @@ import { HList, HRef } from 'haystack-core'; | ||
/** | ||
* Remove the header value from the headers object by name. | ||
* | ||
* @param headers The headers object. | ||
* @param headerName The headers name to look for. | ||
* @returns The headers object | ||
*/ | ||
export declare function removeHeader(headers: HeadersInit | undefined, headerName: string): HeadersInit | undefined; | ||
/** | ||
* Adds a starting slash and removes any ending slash. | ||
@@ -142,0 +150,0 @@ * |
@@ -13,3 +13,3 @@ { | ||
"homepage": "https://github.com/j2inn/haystack-nclient", | ||
"version": "3.0.20", | ||
"version": "3.0.21", | ||
"module": "dist/index.es.js", | ||
@@ -16,0 +16,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
449620
11537