UNPKG

node-sp-auth

Version:

Unattended SharePoint http authentication with nodejs

7 lines (6 loc) 209 B
import got, { Options } from 'got'; export interface IConfiguration { requestOptions?: Options; } export declare let request: typeof got; export declare function setup(config: IConfiguration): void;