We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177ee55 commit fa88170Copy full SHA for fa88170
.gitignore
@@ -6,6 +6,7 @@ node/*.d.ts
6
node/*.js
7
node/docs/temp
8
node/docs/*.js
9
+.DS_Store
10
11
# Logs
12
logs
node/mock-task.ts
@@ -124,6 +124,12 @@ export interface EndpointAuthorization {
124
scheme: string;
125
}
126
127
+//-----------------------------------------------------
128
+// SecureFile Helpers
129
130
+module.exports.getSecureFileName = task.getSecureFileName;
131
+module.exports.getSecureFileTicket = task.getSecureFileTicket;
132
+
133
//-----------------------------------------------------
134
// Fs Helpers
135
0 commit comments