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
/
utils
/
FilesHelper.d.ts
6 lines
(5 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
export declare
class
FilesHelper
{
static
getUserDataFolder
():
string
;
static
resolveFileName
(
siteUrl:
string
):
string
;
private
static
resolveSiteUrl; }