We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcfdd7 commit 066fdb0Copy full SHA for 066fdb0
lib/nano.d.ts
@@ -105,7 +105,10 @@ declare namespace nano {
105
/** Set to false to prevent parsing of url
106
* @see README: {@link https://www.npmjs.com/package/nano#configuration}
107
*/
108
- parseUrl?: boolean;
+ headers?: object;
109
+ /** Custom request headers
110
+ * @see README: {@link https://www.npmjs.com/package/nano#configuration}
111
+ */
112
}
113
114
/** An error triggered by nano */
0 commit comments