mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-04 01:45:47 +03:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
declare module "json-schema-ref-parser/dist/ref-parser" {
|
|
var x: any;
|
|
export default x;
|
|
}
|