UNPKG

node-sp-auth-config

Version:

Config options builder for node-sp-auth (SharePoint Authentication in Node.js)

3 lines (2 loc) 127 B
import { ICliReadParameters } from '../interfaces'; export declare const read: (options: ICliReadParameters) => Promise<void>;