Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Fix additional superstruct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed May 30, 2024
1 parent bcc13d7 commit 4a1c851
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/superstruct.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import type { Infer, Context } from '@metamask/superstruct';
import { Struct, assert, define, object as stObject } from '@metamask/superstruct';
import type {
Context,
Infer,
ObjectSchema,
OmitBy,
Optionalize,
PickBy,
Simplify,
} from 'superstruct/dist/utils';
Simplify
} from '@metamask/superstruct';
import { Struct, assert, define, object as stObject } from '@metamask/superstruct';

declare const ExactOptionalSymbol: unique symbol;

Expand Down

0 comments on commit 4a1c851

Please sign in to comment.