diff --git a/src/core/typed-fetch.ts b/src/core/typed-fetch.ts index 2531e96..e50c3e9 100644 --- a/src/core/typed-fetch.ts +++ b/src/core/typed-fetch.ts @@ -13,7 +13,12 @@ import { RequestMetrics } from './metrics.js' import { OfflineHandler } from './offline-handler.js' import { createHttpError, enhanceError, type ErrorContext } from './errors.js' import { prepareBodyPayload, resolveBodyArgs } from './body-utils.js' -import { createResource, type ResourceBuilderOptions, type ResourceDefinition, type ResourceInstance } from './resource-builder.js' +import { + createResource, + type ResourceBuilderOptions, + type ResourceDefinition, + type ResourceInstance +} from './resource-builder.js' import { applyPresetChain, type TypedFetchPreset } from './presets.js' import { MockController, type MockRouteDefinition } from './mock-controller.js' import { TypeDeclarationGenerator, type TypeSnapshotOptions } from '../discovery/type-generator.js' diff --git a/src/index.ts b/src/index.ts index 6d83d04..0291b61 100644 --- a/src/index.ts +++ b/src/index.ts @@ -51,4 +51,4 @@ export type { ResourceInstance, ResourceMethodConfig } from './core/resource-builder.js' -export type { TypeSnapshotOptions } from './discovery/type-generator.js' \ No newline at end of file +export type { TypeSnapshotOptions } from './discovery/type-generator.js'