mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
declare module 'json-schema-ref-parser' {
|
|
var x: any;
|
|
export default x;
|
|
}
|