mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-06 21:10:33 +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;
|
|
}
|