Skip to content

Commit

Permalink
Export PickRequired
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Mar 15, 2023
1 parent cdfdc9f commit 266b6dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -8,6 +8,7 @@ export * from "./objectKeys";
export type { Parameters } from "./Parameters";
export type { Param0 } from "./Param0";
export type { PickOptionals } from "./PickOptionals";
export type { PickRequired } from "./PickRequired";
export type { ReturnType } from "./ReturnType";
export * from "./typeGuard";
export type { UnpackPromise } from "./UnpackPromise";
Expand Down

0 comments on commit 266b6dc

Please sign in to comment.