Skip to content

Commit

Permalink
add export for new function and types
Browse files Browse the repository at this point in the history
  • Loading branch information
brendarearden committed Mar 21, 2024
1 parent d11f47f commit 26e8062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/http/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export { generate as generateHttpParam } from './mocker/generator/HttpParamGener
export { resetJSONSchemaGenerator } from './mocker';
import { IHttpConfig, IHttpResponse, IHttpRequest, PickRequired, PrismHttpComponents, IHttpProxyConfig } from './types';
export { getHttpOperationsFromSpec } from './utils/operations';
export { createAndCallPrismInstanceWithSpec, PrismErrorResult, PrismOkResult } from './instanceWithSpec';

export const createInstance = (
defaultConfig: IHttpConfig | IHttpProxyConfig,
Expand Down

0 comments on commit 26e8062

Please sign in to comment.