mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
Expose isJson and isYaml in @gitbook/openapi-parser (#3447)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@gitbook/openapi-parser": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Expose `isJson` and `isYaml` in OpenAPI parser
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
export { parseOpenAPI } from './parse';
|
export { parseOpenAPI } from './parse';
|
||||||
|
|
||||||
export { dereference } from '@scalar/openapi-parser';
|
export { dereference, isJson, isYaml } from '@scalar/openapi-parser';
|
||||||
export type { AnyObject } from '@scalar/openapi-parser';
|
export type { AnyObject } from '@scalar/openapi-parser';
|
||||||
export type * from '@scalar/openapi-types';
|
export type * from '@scalar/openapi-types';
|
||||||
export * from './error';
|
export * from './error';
|
||||||
|
|||||||
Reference in New Issue
Block a user