1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-17 00:50:05 +00:00

chore: FileUploader extends BaseJobExecutor

This commit is contained in:
Saad Jutt
2021-09-13 17:42:41 +05:00
parent bb6b25bac7
commit 19adcc3115
6 changed files with 200 additions and 127 deletions

View File

@@ -3,3 +3,4 @@ export * from './JesJobExecutor'
export * from './JobExecutor'
export * from './Sas9JobExecutor'
export * from './WebJobExecutor'
export * from './FileUploader'