Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 28, 2023
1 parent 36c3e43 commit a70290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type JSType =
// eslint-disable-next-line no-use-before-define
export type ResolveFn = (
value: JSValue,
get: (key: string) => JSValue
get: (key: string) => JSValue,
) => JSValue | Promise<JSValue>;

export interface TypeDescriptor {
Expand Down

0 comments on commit a70290a

Please sign in to comment.