Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Jul 19, 2024
1 parent acde5ce commit b78c261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flagsmith-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ import {
IFlagsmithResponse,
IFlagsmithTrait,
IIdentity,
IIdentityConfig,
IInitConfig,
IState,
ITraits,
LoadingState,
OnChange,
} from './types';
import {
isIdentityConfig,
isTraitConfig,
} from './types';
} from './utils';
// @ts-ignore
import deepEqual from 'fast-deep-equal';
import { AsyncStorageType } from './utils/async-storage';
Expand Down
File renamed without changes.

0 comments on commit b78c261

Please sign in to comment.