Skip to content

Commit

Permalink
Add type for the main function
Browse files Browse the repository at this point in the history
dereferenceSync
  • Loading branch information
w3nl committed Nov 22, 2023
1 parent 22a7090 commit 1f8b62d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ type DeepOmit<T, K> = T extends Primitive
: DeepOmit<TP, K>
: never;
};

export const dereferenceSync: (schema: JSONSchema) => DereferencedJSONSchema

0 comments on commit 1f8b62d

Please sign in to comment.