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 7a8806d commit d76f98dCopy full SHA for d76f98d
.yarn/install-state.gz
-47 Bytes
lib/options.ts
@@ -63,7 +63,7 @@ export interface $RefParserOptions<S extends object = JSONSchema> {
63
json?: Plugin | boolean;
64
yaml?: Plugin | boolean;
65
binary?: Plugin | boolean;
66
- text?: (Plugin & { encoding?: string }) | boolean;
+ text?: Plugin | boolean;
67
[key: string]: Plugin | boolean | undefined;
68
};
69
0 commit comments