UNPKG
node-sp-auth-config-nocolors
Version:
latest (3.0.6)
3.0.6
3.0.5
Config options builder for node-sp-auth (SharePoint Authentication in Node.js)
node-sp-auth-config-nocolors
/
dist
/
cli
/
read.d.ts
3 lines
(2 loc)
•
127 B
TypeScript
View Raw
1
2
3
import
{
ICliReadParameters
}
from
'../interfaces'
;
export
declare
const
read
:
(
options
:
ICliReadParameters
) =>
Promise
<
void
>;