UNPKG
node-sp-auth-nocolors
Version:
latest (0.0.1)
0.0.1
Unattended SharePoint http authentication with nodejs (Without Colors)
node-sp-auth-nocolors
/
lib
/
src
/
config.d.ts
7 lines
(6 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
got, {
Options
}
from
'got'
;
export
interface
IConfiguration
{
requestOptions
?:
Options
; }
export
declare
let
request
:
typeof
got;
export
declare
function
setup
(
config
:
IConfiguration
):
void
;