We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fdf9a commit 2051968Copy full SHA for 2051968
1 file changed
packages/core/src/ref-utils.ts
@@ -1,7 +1,7 @@
1
import * as path from 'node:path';
2
3
import type { Source } from './resolve.js';
4
-import type { Oas3Example,OasRef } from './typings/openapi.js';
+import type { Oas3Example, OasRef } from './typings/openapi.js';
5
import { getOwn } from './utils/get-own.js';
6
import { isPlainObject } from './utils/is-plain-object.js';
7
import { isTruthy } from './utils/is-truthy.js';
0 commit comments