1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +00:00

feat: execute job on SASJS server

This commit is contained in:
Saad Jutt
2022-02-17 02:01:19 +05:00
parent 4026b03005
commit bfc534da15
3 changed files with 182 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
export * from './ComputeJobExecutor'
export * from './FileUploader'
export * from './JesJobExecutor'
export * from './JobExecutor'
export * from './Sas9JobExecutor'
export * from './SasJsJobExecutor'
export * from './WebJobExecutor'
export * from './FileUploader'