Skip to content

Commit a70290a

Browse files
committed
style: lint
1 parent 36c3e43 commit a70290a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export type JSType =
2424
// eslint-disable-next-line no-use-before-define
2525
export type ResolveFn = (
2626
value: JSValue,
27-
get: (key: string) => JSValue
27+
get: (key: string) => JSValue,
2828
) => JSValue | Promise<JSValue>;
2929

3030
export interface TypeDescriptor {

0 commit comments

Comments
 (0)