We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c3e43 commit a70290aCopy full SHA for a70290a
src/types.ts
@@ -24,7 +24,7 @@ export type JSType =
24
// eslint-disable-next-line no-use-before-define
25
export type ResolveFn = (
26
value: JSValue,
27
- get: (key: string) => JSValue
+ get: (key: string) => JSValue,
28
) => JSValue | Promise<JSValue>;
29
30
export interface TypeDescriptor {
0 commit comments