Skip to content

Commit 0cae1fc

Browse files
committed
style(node-sdk): sort imports and exports
1 parent 5ad1409 commit 0cae1fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/node-sdk/src/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import {
1212
API_TIMEOUT_MS,
1313
FLAG_EVENT_RATE_LIMITER_WINDOW_SIZE_MS,
1414
FLAGS_REFETCH_MS,
15-
PUBSUB_SSE_URL,
1615
loadConfig,
16+
PUBSUB_SSE_URL,
1717
REFLAG_LOG_PREFIX,
1818
SDK_VERSION,
1919
SDK_VERSION_HEADER_NAME,
@@ -30,7 +30,6 @@ import { newRateLimiter } from "./rate-limiter";
3030
import type {
3131
BootstrappedFlags,
3232
CachedFlagDefinition,
33-
FlagsSyncMode,
3433
EvaluatedFlagsAPIResponse,
3534
FlagAPIResponse,
3635
FlagDefinition,
@@ -39,6 +38,7 @@ import type {
3938
FlagsFallbackProvider,
4039
FlagsFallbackProviderContext,
4140
FlagsFallbackSnapshot,
41+
FlagsSyncMode,
4242
IdType,
4343
RawFlag,
4444
RawFlags,

packages/node-sdk/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ export type {
4242
FlagRemoteConfig,
4343
Flags,
4444
FlagsAPIResponse,
45-
FlagsSyncMode,
4645
FlagsFallbackProvider,
4746
FlagsFallbackProviderContext,
4847
FlagsFallbackSnapshot,
48+
FlagsSyncMode,
4949
FlagType,
5050
HttpClient,
5151
HttpClientResponse,

0 commit comments

Comments
 (0)