From 6b4e4bd7cd13b72dc7491e2f29e4914ac06b9991 Mon Sep 17 00:00:00 2001 From: Casey Collier Date: Mon, 1 Dec 2025 17:58:05 -0500 Subject: [PATCH] Fix import formatting and clean exports --- src/core/typed-fetch.ts | 7 ++++++- src/index.ts | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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'