redoc/typings/json-schema-ref-parser.d.ts

5 lines
78 B
TypeScript
Raw Normal View History

2016-06-15 23:33:57 +03:00
declare module 'json-schema-ref-parser' {
var x: any;
export default x;
2016-06-06 19:32:20 +03:00
}