1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

fix: export SasjsRequestClient from main index.ts

This commit is contained in:
2022-10-18 19:10:46 +05:00
parent b0c2a81989
commit 70b31dcb8f

View File

@@ -3,4 +3,6 @@ export * from './types'
export * from './types/errors'
export * from './SASViyaApiClient'
export * from './SAS9ApiClient'
export * from './SASjsApiClient'
export * from './request/SasjsRequestClient'
export default SASjs