mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-08 13:00:05 +00:00
fix(*): separate job execution code from main SASjs class
This commit is contained in:
5
src/job-execution/index.ts
Normal file
5
src/job-execution/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export * from './ComputeJobExecutor'
|
||||
export * from './JesJobExecutor'
|
||||
export * from './JobExecutor'
|
||||
export * from './parseSasWork'
|
||||
export * from './WebJobExecutor'
|
||||
Reference in New Issue
Block a user